Skip to content
Discussion options

You must be logged in to vote

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:

tar -xzvf hebi_py-2.14.1.tar.gz

and it will create a hebi_py-2.14.1 folder

Then, after the pip install hebi-py line, copy the hebi folder from that hebi_py-2.14.1 folder you extracted into the local python install directory:

cp -r hebi_py-2.14.1/hebi ~/.local/lib/python3.10/site-packages/

You should then be able to use the HEBI Python package normally...

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@iamtesch
Comment options

@gnastacast
Comment options

@iamtesch
Comment options

Answer selected by gnastacast
@gnastacast
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Python
Labels
None yet
2 participants