2011-11-24 177 views
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: 

回答

0

試試這個

easy_install pymongo3