-
Notifications
You must be signed in to change notification settings - Fork 84
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
Cannot import module Binary #73
Comments
Hi,
How did you solve it @yuan8421 ? |
Well, my solution was to work with MongoDB. |
You should install pymongo instead of bson. it's different package. |
You should install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Community,
I'm pretty new to the bson.
I installed the bson using
The rosbridge_suit depends on bson, specifically bson.Binary
After install the latest version of bson which is 0.5.1, it will argue that
It argues
I have fix it by some ugly modification. But if anyone could tell me what happened will be great!
The text was updated successfully, but these errors were encountered: