-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I've tried several amethods, including setting up a dedicated enviornment, and still have issues installing quantipy3:
ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
command: /opt/anaconda3/envs/envqp/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/kg/vlrxb2151md_b92tbb1x125w0000gn/T/pip-install-6t8hmgsm/numpy_e9a12a0fa20d45fb88da6aabd7007684/setup.py'"'"'; file='"'"'/private/var/folders/kg/vlrxb2151md_b92tbb1x125w0000gn/T/pip-install-6t8hmgsm/numpy_e9a12a0fa20d45fb88da6aabd7007684/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' clean --all
cwd: /private/var/folders/kg/vlrxb2151md_b92tbb1x125w0000gn/T/pip-install-6t8hmgsm/numpy_e9a12a0fa20d45fb88da6aabd7007684
Complete output (10 lines):
Running from numpy source directory.
setup.py clean is not supported, use one of the following instead:
- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
files that aren't checked into the git repo)
Add --force to your command to use it anyway if you must (unsupported).
ERROR: Failed cleaning build dir for numpy