Bug 497536
| Summary: | numpy-f2py subpackage broken -- numpy doesn't work without it. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Miller <mattdm> |
| Component: | numpy | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | gwync, jarod, jspaleta, pbrobinson, 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: | 2009-04-24 14:53:58 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: | |||
adding pbrobinson to cc list, since he's referenced in the changelog as the originator of this change. This is fixed in -4, which is in rawhide and should be tagged for dist-f11. Can you confirm? This is a dupe of 496277 and the fix is in rawhide today with the announcement just going out to the mailing list. okay, thanks. hasn't hit the mirrors yet but i trust it will soon. *** This bug has been marked as a duplicate of bug 496277 *** |
Description of problem: numpy package 1.3.0-2.fc11 splits out numpy-f2py into separate package. But without numpy-f2py installed, "import numpy" tracebacks. Version-Release number of selected component (if applicable): 1.3.0-2.fc11 How reproducible: Every time. Steps to Reproduce: 1. Install numpy package. 2. Do not install numpy-f2py subpackage. 3. python -c 'import numpy' Actual results: Traceback (most recent call last): File "../../vecgen-last2svg-1.40-bw.py", line 3, in <module> import numpy File "/usr/lib64/python2.6/site-packages/numpy/__init__.py", line 130, in <module> import add_newdocs File "/usr/lib64/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module> from lib import add_newdoc File "/usr/lib64/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module> from polynomial import * File "/usr/lib64/python2.6/site-packages/numpy/lib/polynomial.py", line 18, in <module> from numpy.linalg import eigvals, lstsq ImportError: No module named linalg Expected results: Successful import of module.