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

ModuleNotFoundError: No module named 'geomdl.shapes' #1

Closed
Batmanabcdefg opened this issue Jul 19, 2019 · 1 comment
Closed

ModuleNotFoundError: No module named 'geomdl.shapes' #1

Batmanabcdefg opened this issue Jul 19, 2019 · 1 comment

Comments

@Batmanabcdefg
Copy link

ModuleNotFoundError: No module named 'geomdl.shapes'

pip install --user geomdl.shapes
Requirement already satisfied: geomdl.shapes in ./.local/lib/python3.7/site-packages (1.2.0)
Requirement already satisfied: geomdl>=5.2.0 in ./anaconda3/lib/python3.7/site-packages (from geomdl.shapes) (5.2.8)
@orbingol
Copy link
Owner

orbingol commented Jul 20, 2019

I understand that you are trying to say that when you import geomdl-shapes module using from geomdl import shapes, you get ModuleNotFoundError exception. It seems that you installed geomdl-shapes and geomdl in different PYTHON_PATHs. This problem is related to your python installation (or scripts running during terminal session startup to initialize variables related to python/Anaconda).

If you are using Anaconda, make sure that you have switched to the correct environment (base or other). Please refer to conda documentation for more details. If you are using system python interpreter, make sure that you have installed all required packages to the correct path. Please refer to the pip documentation for more details.

Alternatively, you can update/fix the PYTHON_PATH environmental variable.

@orbingol orbingol closed this as completed Sep 3, 2019
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

2 participants