
benjamin.kaplan at case
Aug 14, 2012, 10:16 AM
Post #2 of 2
(201 views)
Permalink
|
|
Re: how to fix error "Requires python(abi)=2.4"
[In reply to]
|
|
On Aug 14, 2012 4:51 AM, "sagarnikam123" <sagarnikam123 [at] gmail> 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
|