how to fix error "Requires python(abi)=2.4"

Benjamin Kaplan benjamin.kaplan at case.edu
Tue Aug 14 13:16:59 EDT 2012


On Aug 14, 2012 4:51 AM, "sagarnikam123" <sagarnikam123 at gmail.com> wrote:
>
> i am installing numpy on fedora with python 2.6,2.7 & 3.1
>
>
>
> --

Python bytecode and C interface are not compatible across versions. If
you're trying to install a numpy binary that was compiled against 2.4, it
won't work with newer versions. You either need to find binaries compiled
against a version of python you have or compile numpy yourself
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120814/e3ab56ed/attachment.html>


More information about the Python-list mailing list