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'
I have installed
pympc
usingpip
within a virtual environment (with Python 3.6) and tried to import the following:but I'm getting the following error: