Skip to content

Error when importing plotnine3d: ModuleNotFoundError: No module named 'plotnine.utils' #1

@hisermann

Description

@hisermann

Hi,
I wanted to test your library, but unfortunatly, I cannot load it as it throws an ModuleNotFoundError:

>>> import plotnine3d
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/hannah/.local/lib/python3.10/site-packages/plotnine3d/__init__.py", line 1, in <module>
    from .geoms import geom_point_3d, geom_polygon_3d, geom_line_3d, geom_voxel_3d, geom_text_3d, geom_label_3d
  File "/home/hannah/.local/lib/python3.10/site-packages/plotnine3d/geoms.py", line 2, in <module>
    from plotnine.utils import to_rgba, SIZE_FACTOR
ModuleNotFoundError: No module named 'plotnine.utils'

I am using Ubuntu 22 with plotnine 0.13.1 and plotnine3d 0.0.6.

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