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

Missing module #163

Open hanloong7 opened 7 years ago

hanloong7 commented 7 years ago

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. image

I have also tried reinstalling tethne, but nothing seems to work. Is there something that I am missing out? Thanks.

erickpeirson commented 7 years ago

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.

erickpeirson commented 7 years ago

Oh, by the way, we also have a users' group here: https://groups.google.com/forum/#!forum/tethne-users

This is another good place to get help