2015-09-18

I have Mongo DB 3.0 local installed
I try to install pymongo 2.8.1 on OS X 10.10.5 with pip and get an error :

pip install pymongo==2.8.1
[...]

unsurprisingly, starting Django 1.8 later to connect to a local Mongo DB 3.0 fails miserably:
AttributeError: module 'mongoengine.base' has no attribute 'DatabaseWrapper'

I see that some install issued are linked to XCode (I have XCode 6.4) so I try :

this workaround works for installing Fabric, but fails the same for pymongo

any idea of what I should do ? any XCode option ?

Show more