-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi. I'm trying to follow the guide in /src for how to create and transform the data. I got through step 1 (/src/prep-scripts) fine, but at step 2 (/src/recipe-handler) when I run make (after running make copy in /prep-scripts) I encountered the following error:
ERROR: Command errored out with exit status 1:
command: /Users/elaine/Desktop/foodkg/src/recipe-handler/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/vh/kdd53ftx1wg2k8s80f9gq0240000gn/T/pip-install-9b6im3nc/numpy_186800a0816947e39de3a0b49429fde7/setup.py'"'"'; __file__='"'"'/private/var/folders/vh/kdd53ftx1wg2k8s80f9gq0240000gn/T/pip-install-9b6im3nc/numpy_186800a0816947e39de3a0b49429fde7/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/vh/kdd53ftx1wg2k8s80f9gq0240000gn/T/pip-wheel-75g20xrs
cwd: /private/var/folders/vh/kdd53ftx1wg2k8s80f9gq0240000gn/T/pip-install-9b6im3nc/numpy_186800a0816947e39de3a0b49429fde7/
Complete output (3745 lines):
Running from numpy source directory.
/private/var/folders/vh/kdd53ftx1wg2k8s80f9gq0240000gn/T/pip-install-9b6im3nc/numpy_186800a0816947e39de3a0b49429fde7/numpy/distutils/misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/Users/elaine/Desktop/foodkg/src/recipe-handler/env/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
customize UnixCCompiler
libraries blis not found in ['/Users/elaine/Desktop/foodkg/src/recipe-handler/env/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLEThe error occurs here:
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py) ... errorSome other info, if it helps:
python --version= Python 2.7.16python3 --version= Python 3.9.2pip3 --version= pip 21.0.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)- OS: macOS 10.15.7 (Catalina)
Metadata
Metadata
Assignees
Labels
No labels