Bug 953288 - Importing scipy.special fails in python3
Summary: Importing scipy.special fails in python3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: scipy
Version: 18
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jef Spaleta
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-17 20:44 UTC by Andrew McNabb
Modified: 2013-05-02 03:50 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-02 03:50:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andrew McNabb 2013-04-17 20:44:25 UTC
With python3-scipy-0.11.0-4.fc18.x86_64, importing scipy.special fails:

Python 3.3.0 (default, Sep 29 2012, 22:07:38) 
[GCC 4.7.2 20120921 (Red Hat 4.7.2-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy import special
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.3/site-packages/scipy/special/__init__.py", line 532, in <module>
    from .lambertw import lambertw
  File "lambertw.pyx", line 24, in init scipy.special.lambertw (scipy/special/lambertw.c:1588)
ValueError: level must be >= 0
>>>

Comment 1 Fedora Update System 2013-04-17 21:54:26 UTC
scipy-0.12.0-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/scipy-0.12.0-2.fc18

Comment 2 Fedora Update System 2013-04-19 05:00:01 UTC
Package scipy-0.12.0-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing scipy-0.12.0-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-6049/scipy-0.12.0-2.fc18
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2013-05-02 03:50:49 UTC
scipy-0.12.0-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.