JeromeAtanasio
JeromeAtanasio

Reputation: 11

Ubuntu 18.04 LTS, ROS, Failed to load Python extention for LZ4 support. LZ4 compression will not be avilable

I'v been writing a code to extract images from bag file

I don't get any error messages but this

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

I use conda environment and my python version is 3.6.13

ros-roslib 1.14.6 ros-roslz4 1.14.10.1 rospkg 1.3.0

And I also installed lz4 with pip,pip3.

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

I used the method from the url above but my problem is still not solved

What should I do?

vscode Teminal data

Upvotes: 1

Views: 710

Answers (1)

Perhaps this is due to the fact that officially ROC Melodic (Ubuntu 18.04) does not support python3, try running your file using python2 or switch to ROS Noetic(Ubuntu 20.04)

Upvotes: 0

Related Questions