Replies: 1 comment 8 replies
-
The solution has been printed on the screen:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I managed to install the C++ interface, however, I am struggling with installing DeePMD-kit's python interface.
I am following the instructions on:
https://docs.deepmodeling.com/projects/deepmd/en/master/install/install-from-source.html
After the "pip install ." command (in the deepmd source directory) I am getting the following error:
CMake Error: Error: generator : Ninja
Does not match the generator used previously: Unix Makefiles
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
Traceback (most recent call last):
File "/tmp/pip-build-env-99826ywr/overlay/lib/python3.9/site-packages/skbuild/setuptools_wrap.py", line 632, in setup
env = cmkr.configure(
File "/tmp/pip-build-env-99826ywr/overlay/lib/python3.9/site-packages/skbuild/cmaker.py", line 334, in configure
raise SKBuildError(
An error occurred while configuring with CMake.
...
Please see CMake's output for more information.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for deepmd-kit
Failed to build deepmd-kit
ERROR: Could not build wheels for deepmd-kit, which is required to install pyproject.toml-based projects
Has anyone dealt with this error?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions