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 'tesseract_robotics.tesseract_common' #74

Open
Gethab opened this issue Jul 6, 2024 · 0 comments

Comments

@Gethab
Copy link

Gethab commented Jul 6, 2024

Hi, I installed tesseract_python following your instruction:
python3 -m pip install -U pip
python3 -m pip install --user tesseract_robotics tesseract_robotics_viewer
and I tried to run tesseract_planning_example_composer.py.
However, I got an error:
Traceback (most recent call last): File "tesseract_planning_example_composer.py", line 7, in <module> from tesseract_robotics.tesseract_common import GeneralResourceLocator ModuleNotFoundError: No module named 'tesseract_robotics.tesseract_common'
It's weird. I can import the 'tesseract_robotics', but I can't import 'tesseract_robotics.tesseract_common'. The version of my tesseract_robotics is 0.4.0. Do you know why this happen?

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