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

Module not found error #12

Open
shefali86 opened this issue Feb 22, 2017 · 1 comment
Open

Module not found error #12

shefali86 opened this issue Feb 22, 2017 · 1 comment

Comments

@shefali86
Copy link

I am running python via Jupyter notebook. I am currently running Python 3 kernel. I did pip install pypset and it seemed that all requirements were satisfied:
Requirement already satisfied: pyupset in c:\users\ssetia\anaconda2\lib\site-packages
Requirement already satisfied: numpy in c:\users\ssetia\anaconda2\lib\site-packages (from pyupset)
Requirement already satisfied: matplotlib in c:\users\ssetia\anaconda2\lib\site-packages (from pyupset)
Requirement already satisfied: pandas in c:\users\ssetia\anaconda2\lib\site-packages (from pyupset)
Requirement already satisfied: six>=1.10 in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)
Requirement already satisfied: python-dateutil in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)
Requirement already satisfied: functools32 in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)
Requirement already satisfied: pytz in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)
Requirement already satisfied: cycler>=0.10 in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=1.5.6 in c:\users\ssetia\anaconda2\lib\site-packages (from matplotlib->pyupset)

Now when I do "import module pyupset" I still get Module not found error:

ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import pyupset as pyu

ModuleNotFoundError: No module named 'pyupset'

@popher
Copy link

popher commented Oct 29, 2017

Looks like you installed it into anaconda2 - is that definitely your python 3 environment?

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

No branches or pull requests

2 participants