1.pip install scipy (win10 64bit) 安装失败 求救!
选择install for all users ,然后一路点“Next”,就会将python 2.7.11默认安装至C盘下。
python2.7.11 。特别要注意选上pip和Add python.exe to Path。
然后打开命令提示符窗口。必须先更新 pip(很多库的安装出问题源于此)python -m pip install --upgrade pip然后再安装 numpy + mklmand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1260, in prepare_files
)[0]
IndexError: list index out of range
Storing debug log for failure in /home/jwwplus/.pip/pip.log
4.pip install scipy (win10 64bit) 安装失败 求救
1. 选择install for all users ,然后一路点“Next”,就会将python 2.7.11默认安装至C盘下。
python2.7.11 。 2. 特别要注意选上pip和Add python.exe to Path。
3. 然后打开命令提示符窗口。 必须先更新 pip(很多库的安装出问题源于此)python -m pip install --upgrade pip 然后再安装 numpy + mkl http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 接下来安装 scipy http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy。
转载请注明出处windows之家 » win10pip安装包出错