0
我無法在python 3.2上使用easy_install安裝pymongo。無法安裝pymongo
c:\Python32\Scripts>easy_install pymongo
...
Processing pymongo-2.0.1.tar.gz
Running pymongo-2.0.1\setup.py -q bdist_egg --dist-dir c:\users\rajesh\appdata\l
ocal\temp\easy_install-dflvnv\pymongo-2.0.1\egg-dist-tmp-m35zko
Traceback (most recent call last):
File "c:\Python32\Scripts\easy_install-script.py", lin
e 9, in <module>
load_entry_point('distribute==0.6.21', 'console_scripts', 'easy_install')()
File "c:\Python32\lib\site-packages\distribute-0.6.21-
py3.2.egg\setuptools\command\easy_install.py", line 1876, in main
with_ei_usage(lambda:
支持python> = 3.1被添加到[ver sion 2.2 of pymongo](https://github.com/mongodb/mongo-python-driver/blob/a799d5276549e70826dd856315233275a8c5986f/doc/changelog.rst#changes-in-version-22) – llovett