码迷,mamicode.com
首页 > 其他好文 > 详细

安装theano时候发现报错:cannot install ''numpy'.It is a distutils installed project and thus we cannot ...

时间:2019-07-17 19:03:33      阅读:415      评论:0      收藏:0      [点我收藏+]

标签:ack   and   net   package   cas   theano   ann   install   https   

发现我安装theano的时候需要numpy需要1.9以上版本,而我之前自带的numpy是1.8版本,所以版本有问题。根本原因是theano需要的numpy版本不符合要求,但是numpy已经安装过了,所以无法进行直接卸载。提供两个解决方法:

解决方法1:直接找到numpy的安装目录,直接通过sudo rm 去对文件夹进行删除。(如果找不到文件夹,可以通过下面截图方式,一般都在dist-packages目录下)


方法2:(强行安装更新更高的版本)

sudo pip install numpy --ignore-installed numpy


---------------------
作者:lucas-nlp
来源:CSDN
原文:https://blog.csdn.net/qq_31747765/article/details/80303366
版权声明:本文为博主原创文章,转载请附上博文链接!

安装theano时候发现报错:cannot install ''numpy'.It is a distutils installed project and thus we cannot ...

标签:ack   and   net   package   cas   theano   ann   install   https   

原文地址:https://www.cnblogs.com/kofsony/p/11202672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!