Sorry in advance if this is a basic mistake on my part, but after installing gds on centos using
pip install git+git://github.com/asrvsn/gds.git
I get a successful install, but a simple import gds in my conda python 3.8.3 env fails with:
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
import gds
Traceback (most recent call last):
File "", line 1, in
File "/home/mjessell/.local/lib/python3.8/site-packages/gds/init.py", line 1, in
from .fds import couple
File "/home/mjessell/.local/lib/python3.8/site-packages/gds/fds.py", line 12, in
from .ode.midpoint import ImplicitMidpoint
ModuleNotFoundError: No module named 'gds.ode'
Sorry in advance if this is a basic mistake on my part, but after installing gds on centos using pip install git+git://github.com/asrvsn/gds.git
I get a successful install, but a simple import gds in my conda python 3.8.3 env fails with:
[GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.
thasnk for any pointers