FS#23983 - [python-scipy] 0.9.0-1 package does not support scipy.parse

Attached to Project: Community Packages
Opened by Dieter Plaetinck (Dieter_be) - Friday, 29 April 2011, 09:44 GMT
Last edited by Angel Velasquez (angvp) - Friday, 29 April 2011, 13:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ray Rashif (schivmeister)
Angel Velasquez (angvp)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

new package does not support scipy.parse:

import scipy.sparse
ImportError: No module named scipy.sparse

workaround: pacman -U /var/cache/pacman/pkg/python-scipy-0.8.0-4-x86_64.pkg.tar.xz

this interesting because the changelog mentions removing some functions from scipy.sparse, but not scipy.parse itself:
http://projects.scipy.org/scipy/milestone/0.9.0#scipy-sparse
This task depends upon

Closed by  Angel Velasquez (angvp)
Friday, 29 April 2011, 13:26 GMT
Reason for closing:  Not a bug
Additional comments about closing:  You're using scipy version from python 3.. the things works .. _different_ in python3 see this:

http://dpaste.com/537146/

Seems to be a nice PEBKAC :P

Loading...