You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ubuntu 18.04 and ROS Melodic.I installed lz4 support by pip install lz4 or pip install roslz4 --extra-index-url https://rospypi.github.io/simple/. Basicially I installed every way that I have found. And when I check if there is an extension for lz4, I can see that my requirements satisfied. For example, for pip install lz4 I get info message that says _Requirement already satisfied: lz4 in /home/pc/.local/lib/python3.9/site-packages (4.3.2)
_
But when I type command that needs to lz4 compression, I get the same error message. What should I do?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using ubuntu 18.04 and ROS Melodic.I installed lz4 support by
pip install lz4
orpip install roslz4 --extra-index-url https://rospypi.github.io/simple/
. Basicially I installed every way that I have found. And when I check if there is an extension for lz4, I can see that my requirements satisfied. For example, forpip install lz4
I get info message that says _Requirement already satisfied: lz4 in /home/pc/.local/lib/python3.9/site-packages (4.3.2)_
But when I type command that needs to lz4 compression, I get the same error message. What should I do?
The text was updated successfully, but these errors were encountered: