Open FoxieFlakey opened 4 years ago
Hello can someone fix this?
Hi All, Even i am facing problem while installing tensorflow from requirement.txt "ERROR: Could not find a version that satisfies the requirement tensorflow==1.14"
Try creating a virtual environment with conda. Use this command: conda create --name myenv tensorflow=1.14.0
Install python3.6
I cannot install either with pip, pip2, or pip3
Step i did in the terminal is (after i clone the git)
All the pip command i run is failed
All my python versions: Python 2 is 2.7.18 Python 3 is 3.8.3 is more than 3.6 requirement (Read from Pipfile)
pip and pip2 command result: ERROR: Could not find a version that satisfies the requirement matplotlib==3.1.1 (from -r requirements.txt (line 1)) (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5) ERROR: No matching distribution found for matplotlib==3.1.1 (from -r requirements.txt (line 1))
pip3 command result: ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from -r requirements.txt (line 4)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0) ERROR: No matching distribution found for tensorflow==1.14.0 (from -r requirements.txt (line 4))
If the problem is the python version. I sure that not the problem All 'my sudo apt-get install' results
Python 3: Command: sudo apt-get install python3
Result: Reading package lists... Done Building dependency tree
Reading state information... Done python3 is already the newest version (3.8.2-3).
Python 2: Command: sudo apt-get install python2
Result: Reading package lists... Done Building dependency tree
Reading state information... Done python2 is already the newest version (2.7.17-2). for some reason python2 output 2.7.18 not 2.7.17 python2 set to manually installed.