-
Notifications
You must be signed in to change notification settings - Fork 528
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
[BUG] Build fails when following install from source instructions. #1491
Comments
Please apply #1275 to the code - or downgrade the TensorFlow version. |
@njzjz I tried the alternative of using Do you have a pip freeze of an environment and shell variable that work with the latest release?
|
It looks like you didn't install OpenMP, so the error happened.
Although, I think OpenMP should be an optional dependency instead of the mandatory dependency. I will try to fix it. |
When trying to follow the instructions at https://github.com/deepmodeling/deepmd-kit/blob/master/doc/install/install-from-source.md the build fails both on the macOS and linux machines I have tested it on.
After following the instructions up to
pip install .
I get the following stack trace:The text was updated successfully, but these errors were encountered: