You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hanloong93 , sorry to hear you're running into trouble.
First things first: that version of the documentation is waaay out of date. Try this instead.
What happens when you do from tethne.readers import wos ?
Looking at your terminal output, I suspect that the problem is that you have two versions of Python installed on your computer. pip is installing tethne in c:\python27\lib\site-packages, but when you run python you are getting the Anaconda version -- probably in c:\Anaconda... or something.
How did you install pip? Fixing this will probably involve changing your %PATH% environment variable.
Hi Eric,
I am new in Python and am currently using tethne to analyze WoS data. I am using Python 2.7.12 and have installed Anaconda 4.1. and tethne -0.8.
I have been following the tutorial from http://pythonhosted.org/tethne/tutorial.quickstart.python.html
I have tried importing tethne.readers, but it seems to be unsuccessful. I have inserted a picture of my command line.
I have also tried reinstalling tethne, but nothing seems to work. Is there something that I am missing out? Thanks.
The text was updated successfully, but these errors were encountered: