Unanswered
I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch...
I Have
So a bit of explanation on how conda is supported. First conda is not recommended, reason is, is it very easy to create a setup on conda that is un-reproducible by conda (yes, exactly that). So what trains-agent does, it tries to install all the packages it can first with conda (not one by one, because that will break conda dependencies), then the packages that it failed to install from conda, it will install using pip.
166 Views
0
Answers
4 years ago
one year ago