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.
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 liketorch=0.2.0
even through recommended commands likeconda install pytorch=0.2.0 -c pytorch
.What do you suggest I do as I try to re-create the environment? Thank you.