Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Issue #15

Open
maxsw2 opened this issue Feb 28, 2022 · 0 comments
Open

Import Issue #15

maxsw2 opened this issue Feb 28, 2022 · 0 comments

Comments

@maxsw2
Copy link

maxsw2 commented Feb 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants