Install issue pymongo on OSX (setuptools out of date)

1 min read
easy_install on the mac has some weird hardcoding issue where it uses a specific version of setuptools. You can read a really good explanation by Andreas Jacobsen here.
The fix is to use python to call easy_install instead of using the Apple provided one.
sudo python -m easy_install pymongo
easy_install on the mac has some weird hardcoding issue where it uses a specific version of setuptools. You can read a really good explanation by Andreas Jacobsen here.
The fix is to use python to call easy_install instead of using the Apple provided one.
sudo python -m easy_install pymongo
Related Posts
Need Expert Help with Apache Cassandra?
Get professional consulting for your distributed systems challenges. Performance optimization, architecture design, and troubleshooting.