Closed MarqRazz closed 4 months ago
Is it possible you have run into this : https://github.com/matthew-brett/transforms3d/issues/67 ? Could you try reinstalling transforms3d
with pip install --no-cache --ignore-installed transforms3d
and confirm that you get the new wheel?
Yes this is the same as 67, I'm also based on ros:humble-ros-core
so
# pip --version
pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
This fixes it but upgrading pip first does too.
pip install --no-cache --ignore-installed transforms3d
Thanks for the help!
When I run
pip install transforms3d
it installs 0.4.2 on my Ubuntu 22.04 machinebut if I try and import the library it fails.
Inspection of the installation you can see it is missing the
transforms3d
folder with the*.py
executable files.Rolling back to 0.4.1 fixes the issue
and more info is filled out in the show command...