can anyone provide me correct code to download deepmd GPU version #3931
Unanswered
experiment-23
asked this question in
Q&A
Replies: 1 comment
-
Please follow the command in the documentation https://docs.deepmodeling.com/projects/deepmd/en/v2.2.10/install/easy-install.html#install-with-conda |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(base) [user@login04 ~]$ conda create -n DeePMD deepmd-kit==gpu libdeepmd==gpu lammps-dp cudatoolkit=11.3 horovod -c defaults
Collecting package metadata (current_repodata.json): / WARNING conda.models.version:get_matcher(544): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the .* and treating it as 1.7.1
done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): - WARNING conda.models.version:get_matcher(544): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0
WARNING conda.models.version:get_matcher(544): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the . and treating it as 1.6.0
WARNING conda.models.version:get_matcher(544): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0
done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
Beta Was this translation helpful? Give feedback.
All reactions