我无法在Python3.2上使用easy_install安装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:发布于 2011-11-24 12:45:14
Python3没有官方的PyMongo。
Is there an equivalent of PyMongo for Python 3.2?
尽管如此,在PyPI上有一个半官方的端口,名为pymongo3:http://pypi.python.org/pypi/pymongo3
发布于 2011-11-24 16:46:25
尝尝这个
easy_install pymongo3https://stackoverflow.com/questions/8252294
复制相似问题