Open JasperStolte opened 2 years ago
I think its because of your python version
I think its because of your python version
Possible, but my python version is 3.6 as per the instructions under the Dependencies section. So I'm just following the instructions here. Does it work on your end?
The closed issue #49 solved the problem on my side. Good luck!
The link provided above (to issues #49) does not work. Following step six pip install torch=0.4.0
results in the error:
(drlnd) G:\My Drive\current\Deep_Reinforcement_Learning\deep_reinforcement_learning_master_2>pip install torch==0.4.0
ERROR: Could not find a version that satisfies the requirement torch==0.4.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==0.4.0
The requirements.txt file includes torch==0.4.0 This throws an error as this version is not available any longer, also preventing the packages further down the list from being installed.