asrvsn / gds

Graph dynamical systems library
MIT License
6 stars 0 forks source link

centos install problems #12

Closed markjessell closed 3 years ago

markjessell commented 3 years ago

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'

thasnk for any pointers

markjessell commented 3 years ago

changed to non-relative reference, seems happy now