Open Ratikant01 opened 4 years ago
I installed Python 3.6 (64 bit) and it worked fine. Any larger version (3.7, ...) fails sooner or later. Also there was need for 64 bit version, not 32 bit.
maybe downgrade your python version. tensorflow1.4 needs python<=3.6
Hi,
I am getting below errors while installing this. Can you please help me in fixing this issue.
C:\sketch-code\sketch-code>pip install -r requirements.txt Collecting Keras==2.1.2 Using cached Keras-2.1.2-py2.py3-none-any.whl (304 kB) Collecting tensorflow==2.2.0rc1 Using cached tensorflow-2.2.0rc1-cp38-cp38-win_amd64.whl (459.1 MB) Collecting nltk==3.2.5 Using cached nltk-3.2.5.tar.gz (1.2 MB) Collecting opencv-python==3.4.8.29 Using cached opencv_python-3.4.8.29-cp38-cp38-win_amd64.whl (31.1 MB) Collecting h5py==2.7.1 Using cached h5py-2.7.1.tar.gz (264 kB) Collecting matplotlib==2.0.2 Using cached matplotlib-2.0.2.tar.gz (53.9 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\ratikant\appdata\local\programs\python\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ratikant\AppData\Local\Temp\pip-install-5g3axj_i\matplotlib\setup.py'"'"'; file='"'"'C:\Users\ratikant\AppData\Local\Temp\pip-install-5g3axj_i\matplotlib\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ratikant\AppData\Local\Temp\pip-pip-egg-info-vvl3p_rm' cwd: C:\Users\ratikant.sahoo\AppData\Local\Temp\pip-install-5g3axj_i\matplotlib\ Complete output (67 lines):
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.