kitti2bag
kitti2bag copied to clipboard
Force install a py2 compatible version of pandas
kitti2bag depends on pykitti which depends on pandas which deprecated py2 support in 0.24 causing breakage in the docker build. This patch works around this issue by first installing a py2 compatible version of pandas before installing kitti2bag.
travis failing with same error on master. https://travis-ci.org/tomas789/kitti2bag/builds/610976165?utm_medium=notification&utm_source=github_status
Confirmed this fix for the docker image build
anybody willing to give it a merge?
@amtagrwl thanks for the review. Somehow merge is still blocked?
@LiyouZhou Yeah. Travis CI fails. Could you please confirm that the pull request builds?
@amtagrwl verified today that this pr builds and master is still broken.