Visdom: Issue with pip install -e .

Created on 17 Mar 2017  路  2Comments  路  Source: fossasia/visdom

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.

Most helpful comment

Note that you can also do:

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

All 2 comments

I can reproduce this behavior. It appears to be a pip issue: https://github.com/pypa/pip/issues/3

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

Note that you can also do:

cd /path/to/visdom
python setup.py install
Was this page helpful?
0 / 5 - 0 ratings

Related issues

ebagdasa picture ebagdasa  路  5Comments

shubhamjain0594 picture shubhamjain0594  路  3Comments

SanderGielisse picture SanderGielisse  路  5Comments

rdevon picture rdevon  路  5Comments

vfdev-5 picture vfdev-5  路  6Comments