标签:python 报错 force ipython安装 mon 更新 ted 国内 com
解决ipython安装报错
1.使用管理员权限运行命令行
2.更新pip工具
python -m pip install -U --force-reinstall pip
3.通过国内镜像解决下载缓慢问题
pip install pymongo -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
标签:python 报错 force ipython安装 mon 更新 ted 国内 com
原文地址:https://www.cnblogs.com/funny-linux/p/12885972.html