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

libmamba cannot resolve conda file #37

Open
gcoyle83 opened this issue May 25, 2024 · 1 comment
Open

libmamba cannot resolve conda file #37

gcoyle83 opened this issue May 25, 2024 · 1 comment

Comments

@gcoyle83
Copy link

Attempted to install following directions on the quickstart page. libmamba reported it was unable to resolve the environment due to pytorch-cuda>=11.7. Relaxed restriction to pytorch-cuda>=11.6 and was able to install the environment and execute the gentle introduction notebook (I did have to pip install tensorboard as well).

I'm not sure if this is particular to my machine (Windows 10, Version 22H2), processor (NVIDIA RTX A2000) and driver (537.58) or not, but the modified env spec is:

name: tsl
channels:
  - pytorch
  - pyg
  - nvidia                    # remove for cpu installation
  - conda-forge
  - defaults
dependencies:
  - python=3.10
  - pytorch
  - pytorch-cuda>=11.6        # remove for cpu installation
  - pyg
  - pytorch-scatter
  - pytorch-sparse
  - lightning
  - pip
  - pip:
      - einops
      - hydra-core
      - numpy>1.20.3
      - omegaconf
      - pandas>=1.4
      - PyYAML
      - scikit-learn
      - scipy
      - tables
      - tensorboard
      - torchmetrics>=0.7
      - tqdm
@marshka
Copy link
Member

marshka commented May 26, 2024

Hi Greg, I recently faced the same problem when re-installing the environment, I think it's due to some update in some of our dependencies. Thanks for the suggestion, we'll update the requirements accordingly!

@marshka marshka closed this as completed May 26, 2024
@marshka marshka reopened this May 26, 2024
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