Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when importing polyhedron #22

Open
alphaville opened this issue Dec 23, 2020 · 0 comments
Open

Error when importing polyhedron #22

alphaville opened this issue Dec 23, 2020 · 0 comments

Comments

@alphaville
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant