MemSurfer
MemSurfer copied to clipboard
Import Issue
Hi, I followed the instructions on the installation of memsurfer, but when I try to import memsurfer I get a ndarray error. I wondering if I could get some help on this. This is the error that I receive.
Python 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:24:37) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.
import memsurfer Traceback (most recent call last): File "
", line 1, in File "/home/max/Desktop/Packages_Programs/MemSurfer/memsurfer/init.py", line 15, in from .membrane import Membrane File "/home/max/Desktop/Packages_Programs/MemSurfer/memsurfer/membrane.py", line 19, in from pypoisson import poisson_reconstruction File "pypoisson/pypoisson.pyx", line 1, in init pypoisson #cython: language_level=3str ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject exit Use exit() or Ctrl-D (i.e. EOF) to exit exit()