赞
踩
我的matplotlib库在pycharm里怎么都安装不上,使用以下方法可解决。
本人使用macOS系统,python版本为3.6,在终端中输入以下即可安装成功
pip3 install matplotlib -i https://pypi.douban.com/simple
python版本若为2.7使用
pip install matplotlib -i https://pypi.douban.com/simple
其他库安装失败也可使用此方法,只需将matplotlib改为所要安装的库名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。