Skip to content

Problem when importing NodeGraphQt (NodeGraphQt.base) #108

@Luk3M

Description

@Luk3M

Since NodeGraphQt is not on https://pypi.org, i tried to install it on my project by using pip install https://github.com/jchanvfx/NodeGraphQt/archive/v0.0.3.zip.

When i try to import NodeGraphQt, I receive this error:

File \env\lib\site-packages\NodeGraphQt\__init__.py", line 57, in <module>
    from .base.graph import NodeGraph
ModuleNotFoundError: No module named 'NodeGraphQt.base'

This doesn't happen if I clone the project I run from inside it. Maybe it could be a misconfiguration on setup.py?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions