MemSurfer
MemSurfer copied to clipboard
installation: import issue
Hi,
I have installed Memsurfer 1.1.0. setup.py ran successfully. But when testing with a simple script "test_install.py", containing just one line:
import memsurfer
then I get the error:
Traceback (most recent call last):
File "test_install.py", line 1, in
notes and related issues:
- the error is similar to issue #3, but the setup.py file has been changed since, so the solution cannot be applied.
- This issue might be essentially the same as issue #12 , which is unsolved.
- I read issue https://github.com/LLNL/MemSurfer/issues/23, and have ensured that I was not in the source dir when trying to import memsurfer
- OS version: Ubuntu 20.04
- python version: 3.8.10
kind regards, Andreas