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
hi, i had install MemSurfer in the centsos system=8.0 , but when i tried to import the package that occur the follow error:
can you help me to solve this problem?
The text was updated successfully, but these errors were encountered:
I am a bit confused here. It looks like you are trying to import memsurfer directly from its source directory. Is that correct?
Have you followed the installation step (... python setup.py install)? When this command finishes, it will give you the path where memsurfer is installed. you need to come out of the source directory and then try to import it.
when memsurfer is build, a file _memsurfer_cmod is created. but this file is installed in the install prefix. But when you attempt to import memsurfer from the same (source) directory, python picks the package from right there (rather than the install prefix), and therefore cannot find this path.
hi, i had install MemSurfer in the centsos system=8.0 , but when i tried to import the package that occur the follow error:

can you help me to solve this problem?
The text was updated successfully, but these errors were encountered: