TobiaMarcucci / pympc

54 stars 26 forks source link

Error when importing polyhedron #22

Open alphaville opened 3 years ago

alphaville commented 3 years ago

I have installed pympc using pip within a virtual environment (with Python 3.6) and tried to import the following:

from pympc.geometry.polyhedron import Polyhedron

but I'm getting the following error:

Traceback (most recent call last):
  File "[...]/main.py", line 5, in <module>
    from pympc.geometry.polyhedron import Polyhedron
ModuleNotFoundError: No module named 'pympc.geometry'