Python library not working as intended in Ubuntu 22 #147
Answered
by
iamtesch
gnastacast
asked this question in
Python
|
For some reason in Ubuntu 22 (which supports Ros2 Humble Hawksbill) the hebi library is broken when installed through pip. This is true for both the default pip (22) and the newest pip at the time (26) Instructions to reproduce produces the output This works fine in ubuntu 24.04 (Noble) produces the expected output It breaks again in ubuntu 26.04 (Resolute) but this seems to be a different issue. |
Answered by
iamtesch
Jul 24, 2026
Replies: 1 comment 4 replies
|
Thanks for the report -- we're looking into this now, and will let you know as soon as we have more info or follow up questions! |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, I was afraid virtual environments might not work well with ROS. I think I have a workaround with a manual install that doesn't require this:
First, download the raw .tar.gz file from
https://files.pythonhosted.org/packages/24/0c/e6f636bb9b18d905960073868ec5402cce8b93e3012a9cffa7736ba90e22/hebi_py-2.14.1.tar.gz
You can untar it with:
and it will create a
hebi_py-2.14.1folderThen, after the
pip install hebi-pyline, copy thehebifolder from thathebi_py-2.14.1folder you extracted into the local python install directory:You should then be able to use the HEBI Python package normally...