怎么装不上numpy?
qpython吧
全部回复
仅看楼主
level 2
我从QPypi和pip终端都装不好,请高手帮忙看看,谢谢了
2015年09月16日 06点09分 1
level 8
我也装不了
2015年09月18日 16点09分 2
level 7
... 最近的升级把qpypi搞坏了,等下一个版本吧
或者直接调用pip_console.py
在里面输入 pip install numpy -i "http://pip:qpython@pypi.qpython.com:11000/simple"
: (
2015年09月20日 02点09分 3
level 2
还是不行:(
------------------------------------------------------------ /data/data/com.hipipal.qpyplus/files/bin/pip run on Mon Sep 21 11:04:21 2015 Downloading/unpacking numpy Running setup.py egg_info for package numpy Traceback (most recent call last): File "<string>", line 14, in <module> File "/storage/emulated/0/com.hipipal.qpyplus/cache/build/numpy/setup.py", line 18, in <module> DOCLINES = __doc__.split("\n") AttributeError: 'NoneType' object has no attribute 'split' Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 14, in <module> File "/storage/emulated/0/com.hipipal.qpyplus/cache/build/numpy/setup.py", line 18, in <module> DOCLINES = __doc__.split("\n") AttributeError: 'NoneType' object has no attribute 'split' ---------------------------------------- Command python setup.py egg_info failed with error code 1 Exception information: Traceback (most recent call last): File "/storage/emulated/0/com.hipipal.qpyplus/lib/python2.7/site-packages/pip/basecommand.py", line 126, in main self.run(options, args) File "/storage/emulated/0/com.hipipal.qpyplus/lib/python2.7/site-packages/pip/commands/install.py", line 223, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/storage/emulated/0/com.hipipal.qpyplus/lib/python2.7/site-packages/pip/req.py", line 980, in prepare_files req_to_install.run_egg_info() File "/storage/emulated/0/com.hipipal.qpyplus/lib/python2.7/site-packages/pip/req.py", line 216, in run_egg_info command_desc='python setup.py egg_info') File "/storage/emulated/0/com.hipipal.qpyplus/lib/python2.7/site-packages/pip/__init__.py", line 255, in call_su
bp
rocess % (command_desc, proc.returncode)) InstallationError: Command python setup.py egg_info failed with error code 1
2015年09月21日 03点09分 4
level 2
我也一样,同问,谢谢
2015年10月05日 13点10分 5
level 1
手动安装
2018年03月01日 02点03分 6
厉害了,这都被你翻出来了
2018年03月01日 07点03分
level 7
安装 http://aipy.org 后,结合最新的qpython 就可以在QPYPI中安装了
2018年03月03日 15点03分 7
level 1
目前只有在安装了AIPY,搭配2.7环境的前提下,可以从AIPY项中安装 numpy 1.13.1
2018年06月12日 08点06分 11
1