decomp-sem / neural-sprl

MIT License
8 stars 1 forks source link

Unable to create environment from requirements.yml #3

Open trevoradriaanse opened 4 years ago

trevoradriaanse commented 4 years ago

I have tried running

conda env create -f requirements.yml

but there are a number of ResolvePackageNotFound errors that result. I try to one-by-one address these, but I can't install older packages like torch=0.2.0 even through recommended commands like conda install pytorch=0.2.0 -c pytorch.

What do you suggest I do as I try to re-create the environment? Thank you.