duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
52 stars 19 forks source link

Cannot solve environment.yaml on conda #111

Closed catmasteryip closed 5 years ago

catmasteryip commented 5 years ago
(base) C:\Users\Fujits\gym-duckietown>conda env create -f environment.yaml
Solving environment: failed

ResolvePackageNotFound:
  - pytorch=0.3
  - torchvision

image

I have pytorch 0.4 and pytorch-cpu 0.4 on anaconda, why cant the anaconda prompt resolve the environment? or does it need specifically pytorch 0.3?

maximecb commented 5 years ago

It should work with pytorch 0.4, but it will print a deprecation warning for some function calls.

catmasteryip commented 5 years ago

The problem is resolved (temporarily) by commenting the corresponding package requirements in .yaml. But I am not sure if this bypass would back fire later.

liampaull commented 5 years ago

can we close this?