jmscslgroup / bagpy

Python package for reading, and extracting data from rosbag files and performing any analysis on it.
https://jmscslgroup.github.io/bagpy/
Other
202 stars 39 forks source link

Failed to load Python extension for LZ4 support. LZ4 compression will not be available. #37

Open hypatiash opened 10 months ago

hypatiash commented 10 months ago

Hello,

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?