Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing #1

Open
aksg87 opened this issue Jan 11, 2022 · 2 comments
Open

Installing #1

aksg87 opened this issue Jan 11, 2022 · 2 comments

Comments

@aksg87
Copy link

aksg87 commented Jan 11, 2022

When installing the dependencies, I am getting:

$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - torchvision==0.9.0.dev20210122=py38_cu110
  - pytorch==1.8.0.dev20210122=py3.8_cuda11.0.221_cudnn8.0.5_0
  

Any ideas?

@robogast
Copy link
Member

robogast commented Jan 11, 2022

Pytorch Lightning, PyTorch, and Torchvision were using (at the time) development releases (hence the 'dev' in the conda package name).

I have created a new consistent enviroment.
Please pull or clone the new version and try again.

Let me know if you run into any more issues :).

@aksg87
Copy link
Author

aksg87 commented Jan 13, 2022

Hi @robogast - thanks for your prompt reply!

Everything installs with the environment now except for one package. If I comment this package it, the environment installs perfectly fine:

$ conda env create -f environment.yml  --force
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - readline==8.1.2=h7f8727e_0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants