You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run pip install ./ , the program gets hung up with the following error. please help.
e/include -I/usr/include/python3.10 -c c/_phonopy.c -o build/temp.linux-x86_64-cpython-310/c/_phonopy.o
c/_phonopy.c:35:10: fatal error: 'Python.h' file not found
#include <Python.h>
^~~~~~~~~~
1 error generated.
error: command '/opt/cray/pe/craype/2.7.20/bin/cc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for phonopy
Successfully built pydefect
Failed to build phonopy
ERROR: Could not build wheels for phonopy, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
when i run pip install ./ , the program gets hung up with the following error. please help.
e/include -I/usr/include/python3.10 -c c/_phonopy.c -o build/temp.linux-x86_64-cpython-310/c/_phonopy.o
c/_phonopy.c:35:10: fatal error: 'Python.h' file not found
#include <Python.h>
^~~~~~~~~~
1 error generated.
error: command '/opt/cray/pe/craype/2.7.20/bin/cc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for phonopy
Successfully built pydefect
Failed to build phonopy
ERROR: Could not build wheels for phonopy, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: