Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/unity3d/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pip 无法在Windows 64位上将ipython从1.1升级到4.0_Pip_Ipython - Fatal编程技术网

Pip 无法在Windows 64位上将ipython从1.1升级到4.0

Pip 无法在Windows 64位上将ipython从1.1升级到4.0,pip,ipython,Pip,Ipython,我无法正确升级或安装ipython C:\big data\ipython-notebooks>pip install --upgrade ipython Downloading/unpacking ipython from https://pypi.python.org/packages/source/i/ipython/ipython-4.0.0b1.tar.gz#md 5=e32e4ea0ed8312311bb8cb3e0af0bea1 Running setup.py egg_

我无法正确升级或安装ipython

C:\big data\ipython-notebooks>pip install --upgrade ipython
Downloading/unpacking ipython from https://pypi.python.org/packages/source/i/ipython/ipython-4.0.0b1.tar.gz#md
5=e32e4ea0ed8312311bb8cb3e0af0bea1
  Running setup.py egg_info for package ipython
    C:\Python27\lib\site-packages\setuptools\dist.py:284: UserWarning: The version specified requires normaliz
ation, consider using '4.0.0b1' instead of '4.0.0-b1'.
      self.metadata.version,

Downloading/unpacking decorator from https://pypi.python.org/packages/source/d/decorator/decorator-4.0.2.tar.g
z#md5=033c9563af492c4ce2680ee6ca481fa7 (from ipython)
  Running setup.py egg_info for package decorator

Downloading/unpacking pickleshare (from ipython)
  Running setup.py egg_info for package pickleshare

Downloading/unpacking simplegeneric>0.8 (from ipython)
  Could not find a version that satisfies the requirement simplegeneric>0.8 (from ipython) (from versions: 0.5
, 0.6, 0.7, 0.8.1, 0.8)
No distributions matching the version for simplegeneric>0.8 (from ipython)
Storing complete log in C:\Users\Oskar\pip\pip.log
上面说我需要simplegeneric,但我已经安装好了

C:\big data\ipython-notebooks>python --version
Python 2.7.3
这是我的pip冻结日志:

C:\big data\ipython-notebooks>pip freeze
(...)
ipython==1.1.0
(...)
pyzmq==14.7.0
(...)
simplegeneric==0.8.1
(...)
我正在使用Python2.7,并且已经安装了MS VC++for Python

C:\big data\ipython-notebooks>python --version
Python 2.7.3
更新

指定版本无效,使用-U标志或不使用-U标志时相同

C:\big data\ipython-notebooks>pip install ipython==3.2.1
Downloading/unpacking ipython==3.2.1
  Running setup.py egg_info for package ipython
    C:\Python27\lib\site-packages\setuptools\dist.py:284: UserWarning: The version specified requires normaliz
ation, consider using '4.0.0b1' instead of '4.0.0-b1'.
      self.metadata.version,

  Requested ipython==3.2.1, but installing version 4.0.0b1
Requirement already satisfied (use --upgrade to upgrade): decorator in c:\python27\lib\site-packages (from ipy
thon==3.2.1)
Downloading/unpacking pickleshare (from ipython==3.2.1)
  Running setup.py egg_info for package pickleshare

Downloading/unpacking simplegeneric>0.8 (from ipython==3.2.1)
  Could not find a version that satisfies the requirement simplegeneric>0.8 (from ipython==3.2.1) (from versio
ns: 0.5, 0.6, 0.7, 0.8.1, 0.8)
No distributions matching the version for simplegeneric>0.8 (from ipython==3.2.1)
Storing complete log in C:\Users\Oskar\pip\pip.log
更新2

Pip版本是1.3.1

C:\big data\ipython-notebooks>pip --version
pip 1.3.1 from c:\python27\lib\site-packages (python 2.7)

pip更新为新版本(从1.3.1到7.1)有帮助


你能添加
pip--version
哪个pip
?@cel我添加了pip版本。1.3是旧的吗?。到目前为止,我从未遇到过pip或easy_安装的问题,我已经使用它两年或更长时间了。