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
I hope this message finds you well. I am currently trying to install your Python tool by following python setup.py install in src directory. However, I have encountered a compilation error during the installation process, and I would appreciate your assistance in resolving it.
Here is the error message that I received:
/home/byun/anaconda3/envs/MD/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
self.initialize_options()
In file included from /home/byun/anaconda3/envs/MD/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948,
from /home/byun/anaconda3/envs/MD/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/byun/anaconda3/envs/MD/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from membit_module.c:1240:
/home/byun/anaconda3/envs/MD/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from membit_module.c:1506:
/home/byun/apps/compiler/gcc-9.4.0/include/c++/9.4.0/complex.h:29:10: fatal error: bits/c++config.h: No such file or directory
29 | #include <bits/c++config.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/home/byun/apps/compiler/gcc-9.4.0/bin/gcc' failed with exit code 1
Based on the error message, it seems that the compiler cannot find the file bits/c++config.h. Here are some details about my setup:
Operating System: Ubuntu 20.04
GCC Version: 9.4.0
Python Version: 3.9 (using Anaconda environment)
Could you please provide guidance on how to resolve this issue? Any insights or suggestions would be greatly appreciated.
Thank you very much for your assistance and for developing this valuable tool.
Best regards,
Jinyoung
The text was updated successfully, but these errors were encountered:
Dear MembIT developers,
I hope this message finds you well. I am currently trying to install your Python tool by following
python setup.py install
in src directory. However, I have encountered a compilation error during the installation process, and I would appreciate your assistance in resolving it.Here is the error message that I received:
Based on the error message, it seems that the compiler cannot find the file
bits/c++config.h
. Here are some details about my setup:Could you please provide guidance on how to resolve this issue? Any insights or suggestions would be greatly appreciated.
Thank you very much for your assistance and for developing this valuable tool.
Best regards,
Jinyoung
The text was updated successfully, but these errors were encountered: