diging / tethne

Python module for bibliographic network analysis.
http://diging.github.io/tethne/
GNU General Public License v3.0
81 stars 32 forks source link

ImportError: cannot import name _iterable #177

Open nynkelys opened 6 years ago

nynkelys commented 6 years ago

Hi Eric,

I have installed tethne-0.8 successfully, but when I try to import the package, I get the following error message:

[In]: from tethne.readers import wos [Out]: ImportError: cannot import name _iterable

Any idea what went wrong?

nynkelys commented 6 years ago

Update: I have included

import tethne
print(tethne)
print(tethne.utilities)

in the feature.py file, but now get the following error message:

AttributeError: 'module' object has no attribute 'utilities'