You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/cole/fast-neural-style/.env/build/h5py
Traceback (most recent call last):
File "/home/cole/fast-neural-style/.env/bin/pip", line 11, in
sys.exit(main())
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pip/init.py", line 185, in main
return command.main(cmd_args)
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1178: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
was running pip install -r requirements.txt to train a new model, encountered this error:
In file included from numpy/core/src/npymath/halffloat.c:2:0:
numpy/core/include/numpy/halffloat.h:5:28: fatal error: numpy/npy_math.h: No such file or directory
compilation terminated.
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/dist.py", line 239, in init
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/dist.py", line 264, in fetch_build_eggs
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pkg_resources.py", line 580, in resolve
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pkg_resources.py", line 818, in best_match
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pkg_resources.py", line 830, in obtain
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/dist.py", line 314, in fetch_build_egg
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 593, in easy_install
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 623, in install_item
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 809, in install_eggs
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1015, in build_and_install
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1003, in run_setup
distutils.errors.DistutilsError: Setup script exited with error: Command "x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/common -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/common -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c -o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.o -MMD -MF build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.o.d" failed with exit status 1
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/cole/fast-neural-style/.env/build/h5py
Traceback (most recent call last):
File "/home/cole/fast-neural-style/.env/bin/pip", line 11, in
sys.exit(main())
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pip/init.py", line 185, in main
return command.main(cmd_args)
File "/home/cole/fast-neural-style/.env/local/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1178: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: