Failed to install DeePMD on macOS Tahoe 26.2 #5215
Replies: 1 comment
|
The displayed output is the legacy conda solver taking a very long time; it is not yet a DeePMD-kit installation or macOS runtime error. Current conda-forge builds of DeePMD-kit are available for Apple Silicon, so use a current Miniforge/conda installation with the libmamba solver and avoid mixing conda config --set solver libmamba
conda create -n deepmd --override-channels -c conda-forge \
python=3.12 deepmd-kit lammpsUsing The warnings about version specifications such as Coding agent: Codex |
Uh oh!
There was an error while loading. Please reload this page.
Hi Everyone,
Hope you are doing well.
When I tried to install DeePMD-kit on my MacBook Pro with Tahoe 26.2 using
$ conda create -n deepmd deepmd-kit lammps -c conda-forge
I always got stuck at the following message:
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(556): 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
WARNING conda.models.version:get_matcher(556): 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
done
Solving environment:/
The process just stopped at 'Solving environment'. Could you please help me with this?
Thank you in advance.
Sincerely,
Joe
All reactions