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

Conda error while installing deepTFactor #234

Closed
OmkarSaMo opened this issue Apr 13, 2023 · 2 comments · Fixed by #226
Closed

Conda error while installing deepTFactor #234

OmkarSaMo opened this issue Apr 13, 2023 · 2 comments · Fixed by #226

Comments

@OmkarSaMo
Copy link
Contributor

Creating conda environment workflow/envs/deeptfactor.yaml...
Downloading and installing remote packages.
CreateCondaEnvironmentException:
Could not create conda environment from /datadrive/data2/bgcflow/workflow/rules/../envs/deeptfactor.yaml:
Command:
mamba env create --quiet --file "/datadrive/data2/bgcflow/.snakemake/conda/fb81e4c40d20bec99f80c4c352e61fa6_.yaml" --prefix "/datadrive/data2/bgcflow/.snakemake/conda/fb81e4c40d20bec99f80c4c352e61fa6_"
Output:
Encountered problems while solving:
  - nothing provides requested pytorch ==1.2.0 py3.6_cuda10.0.130_cudnn7.6.2_0
@matinnuhamunada matinnuhamunada linked a pull request Apr 17, 2023 that will close this issue
@matinnuhamunada
Copy link
Collaborator

Quick fix by changing pytorch==1.2.0 py3.6_cuda10.0.130_cudnn7.6.2_0 to pytorch==1.2.0. It seems conda drop the support for python 3.6. Should be fixed in 0.6.1

@andrekind17
Copy link
Collaborator

I tried the quick fix by changing the deeptfactor.yaml, but I still get this error:

CreateCondaEnvironmentException:
Could not create conda environment from /bigdata/home/WIN.DTU.DK/gentile/bgcflow/workflow/rules/../envs/deeptfactor.yaml:
Command:
mamba env create --quiet --file "/bigdata/home/WIN.DTU.DK/gentile/bgcflow/.snakemake/conda/9a93b1ab95a884be0798e403dc772169_.yaml" --prefix "/bigdata/home/WIN.DTU.DK/gentile/bgcflow/.snakemake/conda/9a93b1ab95a884be0798e403dc772169_"
Output:
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/47929eba.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/3e39a7aa.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/2ce54b42.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/4ea078d6.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/497deca9.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/09cdf8bf.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/ffeee55f.json" was modified by another program
warning libmamba Cache file "/bigdata/home/WIN.DTU.DK/gentile/mambaforge/pkgs/cache/2a957770.json" was modified by another program
Could not solve for environment specs
The following package could not be installed
└─ cudatoolkit ==10.0.130 0 is installable and it requires
└─ __cuda >=10.0 , which can be installed.

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

Successfully merging a pull request may close this issue.

3 participants