Bug 513691

Summary: numpy gives AttributeError on import, requires lapack and atlas as dependencies
Product: [Fedora] Fedora Reporter: Christian Schramm <christian.h.m.schramm>
Component: numpyAssignee: Gwyn Ciesla <gwync>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: gwync, jarod, jspaleta, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-28 13:48:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Schramm 2009-07-24 19:35:28 UTC
Description of problem:
On a freshly installed 32bit F11 installation, an "import numpy" in python gives an "AttributeError: 'module' object has no attribute 'core'". Bug https://bugzilla.redhat.com/show_bug.cgi?id=496218 suggests to install numpy-f2py, but that did not help.

I had to install the "lapack" and "atlas" packages to get it to work.

Version-Release number of selected component (if applicable):
numpy 1.3.0-5

How reproducible:
every time

Steps to Reproduce:
1. clean install of Fedora 11 (no lapack and atlas packages installed)
2. install numpy ("yum install numpy")
3. do "import numpy" in python
  
Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 130, in <module>
    import add_newdocs
  File "/usr/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module>
    from lib import add_newdoc
  File "/usr/lib/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
  File "/usr/lib/python2.6/site-packages/numpy/lib/polynomial.py", line 11, in <module>
    import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'

Expected results:
no output (= successfull import)

Additional info:
As I said, the error disappears after installing atlas and lapack. I suggest adding these packages to the dependencies of numpy.

Comment 1 Jef Spaleta 2009-07-24 20:24:38 UTC
Hmm...this is a bit odd...as numpy already has a requirement in place that pulls in atlas.

Do me a favor can you give us the output of: 
rpm -q --requires numpy |grep libatlas

you should see libatlas.so.3 the only packages which provide that are atlas packages.  

rpm -q --whatprovides libatlas.so.3

The numpy package was already requiring that something provide libatlas.so.3.  If that requirement wasn't satified at install time, that points to a bug in the install process.

-jef

Comment 2 Christian Schramm 2009-07-25 11:38:01 UTC
Now that I have those packages installed:

$ rpm -q --requires numpy |grep libatlas
libatlas.so.3  

$ rpm -q --whatprovides libatlas.so.3
atlas-sse3-3.8.3-4.fc11.i586
atlas-sse-3.8.3-4.fc11.i586

I agree that it is weird that it wasn't installed. I'm pretty sure I had no problems or unfinished transactions installing anything so far. It seems to work now, however (if I do "yum remove atlas-sse atlas-sse3" numpy is removed as well. Re-installing numpy or pygame pulls "atlas-sse" as a requirement).

Now that I come to think of it ... I don't actually recall installing numpy with yum, I probabably installed it with anacaonda, because  I can't seem to reproduce the problem with yum. I did install pygame with yum, and that gave no problems, though I do not remember if it pulled in numpy or if it was installed already. 

Is there an easy way to test an anaconda installation, or is that substantially the same as installing something with yum?

Comment 3 Bug Zapper 2010-04-28 09:18:22 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Bug Zapper 2010-06-28 13:48:40 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.