Bug 428876
| Summary: | plplot should depend on numpy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Ciupitu <cristian.ciupitu> |
| Component: | plplot | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | pthomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | plplot-5.8.0-2.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-27 00:23:02 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: | |||
plplot-5.8.0-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update plplot' plplot-5.8.0-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 239699 has been marked as a duplicate of this bug. *** |
Install plplot like this: # yum install plplot ...... ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: plplot i386 5.8.0-1.fc8 updates 2.9 M Installing for dependencies: lasi i386 1.0.6-1.fc6 fedora 36 k libgfortran i386 4.1.2-33 fedora 230 k plplot-libs i386 5.8.0-1.fc8 updates 235 k qhull i386 2003.1-8.fc8 fedora 380 k tcl i386 1:8.4.15-5.fc8 fedora 1.8 M tk i386 1:8.4.15-5.fc8 fedora 1.2 M Then try to use it like this: >>> import plplot ImportError: No module named numpy.core.multiarray Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/plplot.py", line 20, in <module> from plplotc import * File "/usr/lib/python2.5/site-packages/plplotc.py", line 7, in <module> import _plplotc ImportError: numpy.core.multiarray failed to import After numpy-1.0.3.1-1.fc8 is installed, the module can be imported without any (visible) errors.