Skip to content

Issue with pip install -e . #16

Closed
Closed
@pokey

Description

@pokey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions