corot / world_canvas

ROS framework for storing and accessing semantic information about the world, with an initial emphasis on needs and use cases for mobile robots.
10 stars 19 forks source link

pymongo dependency #10

Closed stonier closed 10 years ago

stonier commented 10 years ago

I noticed you have a pip install pymongo command in the readme. Is this dependency missing on precise (it's available in trusty).?

stonier commented 10 years ago

On trusty I can do:

> sudo apt-get install python-pymongo
> sudo apt-get install python-pymongo-ext

Can you do this on raring? If so: