Skip to content
New issue

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

Missing module #163

Open
hanloong7 opened this issue Sep 14, 2016 · 2 comments
Open

Missing module #163

hanloong7 opened this issue Sep 14, 2016 · 2 comments

Comments

@hanloong7
Copy link

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
Copy link
Collaborator

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants