-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi,
I am keen on using bulkvis.
However, I can not install it.
While I try to run "pip install -r requirements.txt".
The following error will occure.
ERROR: Command errored out with exit status 1:
command: /Users/pingliu/envs/bulkvis/bin/python3 /Users/pingliu/envs/bulkvis/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/mz/4n1rp84s60j5p6mrh_7xgy5h0000gn/T/pip-build-env-wgn967th/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"''
cwd: None
Complete output (4381 lines):
Ignoring numpy: markers 'python_version == "3.5"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6"' don't match your environment
Collecting wheel
Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Collecting setuptools
Using cached setuptools-47.3.1-py3-none-any.whl (582 kB)
Collecting Cython
Using cached Cython-0.29.20-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB)
Collecting numpy==1.13.1
Using cached numpy-1.13.1.zip (5.0 MB)
Using legacy setup.py install for numpy, since package 'wheel' is not installed.
Installing collected packages: wheel, setuptools, Cython, numpy
Running setup.py install for numpy: started
Running setup.py install for numpy: still running...
Running setup.py install for numpy: finished with status 'error'
Can you help me to work out this problem.
Thank you in advance.