-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker hub image is broken #50
Comments
#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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.)
The text was updated successfully, but these errors were encountered: