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

Error building Environment #13

Open
LinLimax opened this issue Nov 3, 2023 · 1 comment
Open

Error building Environment #13

LinLimax opened this issue Nov 3, 2023 · 1 comment

Comments

@LinLimax
Copy link

LinLimax commented Nov 3, 2023

I cannot build the environment with the code provided:

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

ResolvePackageNotFound:

  • pytorch==1.7.1=py3.8_cuda11.0.221_cudnn8.0.5_0

I also tried to build the environment manually, but torch-lightning is not compatible with pytorch 1.7.1. Even old torch-lightning like 1.4.0, 1.5.0 is still not compatible. It will automatically uninstall my old torch 1.7.1 and install the new 2.1.0 pytorch when I install torch-lightning.

Please consider update the code to support new versions of pytorch.

@LinLiMax1
Copy link

Solved it by using linux instead of using windows

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