欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

python包报错解决方案

程序员文章站 2022-11-28 08:05:58
$ python ... >>> import tensorflow as tf >>> hello = tf.constant('Hel...

$ 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 按下回车 重启电脑