如何安装ipython

如何安装ipython,python,installation,windows-7-x64,egg,Python,Installation,Windows 7 X64,Egg,我正在尝试使用pip install IPython安装IPython,但不断收到错误消息: 错误消息:“命令“python setup.py egg_info”失败,错误代码为1,位于C:\Users\Garrett\AppData\Local\Temp\pip-build-n12hw04f\simplegeneric中。 “ 我看到了关于错误消息的其他问题,尽管与ipython无关,但我遵循了以下步骤。我确保安装并更新了setuptools,但在安装ez_安装程序时,我遇到了与尝试安装ipy

我正在尝试使用
pip install IPython
安装IPython,但不断收到错误消息:

错误消息:“命令“python setup.py egg_info”失败,错误代码为1,位于C:\Users\Garrett\AppData\Local\Temp\pip-build-n12hw04f\simplegeneric中。 “

我看到了关于错误消息的其他问题,尽管与ipython无关,但我遵循了以下步骤。我确保安装并更新了
setuptools
,但在安装ez_安装程序时,我遇到了与尝试安装ipython时相同的错误


我正在使用Python 3.6.1版

从头开始启动环境,并从开始安装Anaconda发行版

ipython
随此发行版一起安装

ipython
可以通过
conda-upgrade-ipython