FG
💻 Software

Why do I get easy_install error "'NoneType' object has no attribute 'clone'"?

Fresh5 days ago
Mar 15, 20266878 views
Confidence Score0%
0%

Problem

I'm trying to run the command: But, I'm getting the error: I'm using Windows 7 x64 with Python 2.6 x86 (I've tried Python x64, but I get the same error). I'm also using setuptools 0.6c11 (only available in 32-bit). Please see the full error on Pastebin.

Error Output

easy_install MySQLdb

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why do I get easy_install error "'NoneType' object has no attribute 'clone'"?

Low Risk

There seems to only be an egg for Python 2.5 on Windows. Try with Python 2.5 on Windows for now, and it should work, yet I agree having two versions of Python can really put you in a horrible situation sometimes. Also, the package is and not . See t…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment