Open benjinne opened 8 months ago
It is possible that your ros2bag_convert is empty, you can go into usr/local/bin to see if the attribute is 0. This situation may be caused by the network, you can re-download it in a better network conditions
sudo pip uninstall ros2bag_convert
sudo pip install ros2bag_convert
Of course, if you still encounter similar alarm errors, you can choose to set up a virtual environment, but you will need to re-download the relevant modules for python3 in order to get ros2bag_convert to run, though it is more cumbersome:
python3 -m venv myenv
source myenv/bin/activate
pip install ros2bag_convert
deactivate
The cost of this is that you may need to re-download modules such as numpy in your virtual environment. This is just a related situation I encountered, I uninstalled and reinstalled and it solved it, hope this helps!
When running the command I keep getting:
The executable exists under /usr/local/bin and it successfully installed with
sudo pip install ros2bag-convert
Does anyone have any suggestions?