我首先使用GUI的方法安装pandas,十几分钟了吧依然显示Installing,最后提示失败,我就在Available Package窗口点击Manage repositories,然后更换了国内的库,但是依然不能安装成功,错误提示如下:
Looking in indexes: http://pypi.douban.com/simple/
WARNING: The repository located at pypi.douban.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with ‘–trusted-host pypi.douban.com’.
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
之后参考关于pycharm安装第三方库的一些方法的方法,在Terminal输入:
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
安装截图如下:
在Setting也出现了pandas
PyCharm默认是不导入系统库的,每一个工程自行安装和升级。感觉有点麻烦,今后我在考虑是否在系统中安装常用的库,然后新建工程时选择导入系统库,这样就省事了。
尤其是对我这种使用库比较固定的用户而言,这样比较方便。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)