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

Issue with pip install -e . #16

Closed
pokey opened this issue Mar 17, 2017 · 2 comments
Closed

Issue with pip install -e . #16

pokey opened this issue Mar 17, 2017 · 2 comments

Comments

@pokey
Copy link
Contributor

pokey commented Mar 17, 2017

When I try to install visdom for local development, I get the following error when running example/demo.py:

Traceback (most recent call last):
  File "demo.py", line 12, in <module>
    from visdom import Visdom
ModuleNotFoundError: No module named 'visdom'

When I rename the directory py to visdom, this error goes away.

@lvdmaaten
Copy link
Contributor

I can reproduce this behavior. It appears to be a pip issue: pypa/pip#3

We will look into how we can solve this more elegantly (but for now, your work-around seems to work).

@ajabri
Copy link
Contributor

ajabri commented Mar 17, 2017

Note that you can also do:

cd /path/to/visdom
python setup.py install

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

3 participants