pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
195 stars 86 forks source link

Still exists: No module named 'setup' (v0.6.1) #129 #139

Closed jjv5 closed 4 years ago

jjv5 commented 4 years ago

Install of pyunicorn with python 3.7 using stable release 0.6.1 still produces this error:

`>>> print(sys.version) 3.7.7 (default, Mar 24 2020, 18:54:20) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]

import pyunicorn Traceback (most recent call last): File "", line 1, in File "/programs/x86_64-linux/pyunicorn/0.6.1/lib/python3.7/site-packages/pyunicorn/init.py", line 43, in from setup import version ModuleNotFoundError: No module named 'setup' `

jkroenke commented 4 years ago

Duplicate of issue #129. The issue should be solved with commit bd490ad47c12f829a9773abc622b0d3c306d98e6 and will be closed when the open PR is merged.