Open LiyouZhou opened 5 years ago
https://github.com/tomas789/kitti2bag/pull/51 works around the aforementioned pandas issue.
hi is there any solutions for this problem?
why not fix ?
same issue.
While not exactly a solution for the broken docker image, but you can really make do without docker (or at least can create a much simpler image without a full ROS stack) anyway.
unset PYTHONPATH # in case you already have ROS installed and sourced
pip install . opencv-python rosbag roslz4 cv_bridge tf tf2_ros --extra-index-url https://rospypi.github.io/simple/
Just followed instruction in README and got the following error:
I don't understand the cause of the error exactly but pandas dropped support for python2 in version 0.24 (so much for semver), and pykitti specifies pandas as a dependency without a version (so much for semver. Semver is dead, long live semver.)