当前位置: 移动技术网 > IT编程>脚本编程>Python > python包报错解决方案

python包报错解决方案

2018年03月28日  | 移动技术网IT编程  | 我要评论

酒钢邮件,壶镇黑社会,上海网址

$ python

...
>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))
Hello, TensorFlow!

Mac系统10.11及以上升级numpy、scipy等python包报错解决方案
点击Mac电脑的苹果图标
选择 重新启动
按住 command+R,直到进入还原模式
选择实用工具,然后点击 终端
输入 csrutil disable 按下回车
重启电脑

点击Mac电脑的苹果图标 选择 重新启动 按住 command+R,直到进入还原模式 选择实用工具,然后点击 终端 输入 csrutil enable 按下回车 重启电脑 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网