解决ipython安装报错
Posted funny-linux
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决ipython安装报错相关的知识,希望对你有一定的参考价值。
解决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
以上是关于解决ipython安装报错的主要内容,如果未能解决你的问题,请参考以下文章
windows下anaconda 安装报错,errno9,怎么解决
解决安装ipython时Command "python setup.py egg_info" failed with error code 1 in /tmp
安装ipython报错"ImportError: No module named shutil_get_terminal_size"
python3 利用pip安装ipython notebook