LLNL / MemSurfer

MemSurfer is a software tool to compute bilayer membrane surfaces.
GNU General Public License v3.0
24 stars 9 forks source link

Import Issue #15

Open maxsw2 opened 2 years ago

maxsw2 commented 2 years ago

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()