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
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from -r requirements.txt (line 1)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow==1.15.0 (from -r requirements.txt (line 1))
The text was updated successfully, but these errors were encountered:
I've had a really good experience with anaconda. I've installed this project a few times and it's been quite simple if I create and activate a new environment, then, on it, conda install tensorflow=1.15, then conda install pytorch torchvision -c pytorch then on the repo pip install -r requirements.txt. Conda makes sure versions are compatible, etc.
Since this is a known issue I am going to close this now. Please feel free to open a new issue if you experience any other problems during setup or use.
Error installing tensorflow1.15.0
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from -r requirements.txt (line 1)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow==1.15.0 (from -r requirements.txt (line 1))
The text was updated successfully, but these errors were encountered: