nambiarnik
nambiarnik
When I'm importing memsurfer, I get the following error: ImportError: /home/nambinik/miniconda3/lib/python3.11/site-packages/memsurfer-1.1.0-py3.11-linux-x86_64.egg/memsurfer/_memsurfer_cmod.so: undefined symbol: __gmpq_add I believe this might be due to the GMP library not being linked, With inspiration from...
**Describe the bug** Import error after installing using the command pip install lipyphilic **To Reproduce** Cell In[9], line 1 import lipyphilic File ~\anaconda3\Lib\site-packages\lipyphilic\__init__.py:1 from ._lipyferric import __version__ ModuleNotFoundError: No module...