FG

Easy_install the wrong version of python modules (Mac OS)

Fresh3 days ago
Mar 15, 20268805 views
Confidence Score0%
0%

Problem

I installed Python 2.7 on my Mac. When typing "python" in terminal, it shows: The Python version is correct here. But when I try to easy_install some modules. The system will install the modules with python version 2.6 which are not able be imported to Python 2.7. And of course I can not do the fun…

Error Output

$ python
Python 2.7 (r27:82508, Jul  3 2010, 20:17:05) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Easy_install the wrong version of python modules (Mac OS)

Low Risk

It seems that your installation of setuptools is obsolete. If you want your "easy_install" match your updated python version, follow these steps: Download the corresponding .egg file at http://pypi.python.org/pypi/setuptools#files Run it as if it we…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment