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

No module named transforms3d.euler #147

Open
HaidySSamy opened this issue Dec 20, 2022 · 1 comment
Open

No module named transforms3d.euler #147

HaidySSamy opened this issue Dec 20, 2022 · 1 comment

Comments

@HaidySSamy
Copy link

Hello everyone,
Ubuntu: 20.04
Carla: 0.9.10.1

While I try to run: roslaunch carla_autoware_agent carla_autoware_agent.launch town:=Town01
I get this error: ImportError: No module named transforms3d.euler
i tried to install it using: pip3 install transforms3d
but i keep getting the same error.
Any help with that?

@HaidySSamy
Copy link
Author

solution:
sudo apt install python-pip
pip install --upgrade pip
pip install transforms3d

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