qpython icon indicating copy to clipboard operation
qpython copied to clipboard

Failure to install the SciPy Toolkit

Open zhanhang123 opened this issue 8 years ago • 1 comments

->pip install scipy Downloading/unpacking scipy Running setup.py egg_info for package scipy Traceback (most recent call last): File "", line 14, in File "/storage/emulated/0/qpython/cache/build/scipy/setup.py", line 19, in 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 "", line 14, in

File "/storage/emulated/0/qpython/cache/build/scipy/setup.py", line 19, in

DOCLINES = __doc__.split("\n")

AttributeError: 'NoneType' object has no attribute 'split'


Command python setup.py egg_info failed with error co

zhanhang123 avatar Jan 22 '18 12:01 zhanhang123

If you need scipy, install it using aipy. Just search the google app store for aipy, download it, then you can install scipy using qpypi (inside qpython), no need for pip.

hutauf avatar Jan 23 '18 06:01 hutauf