We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: