Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#44345 - numpy broken with python 3.4.3

Attached to Project: Arch Linux
Opened by Ben Ruijl (revelation60) - Thursday, 26 March 2015, 10:03 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 26 March 2015, 10:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
When I try to import numpy 1.9.2 in python 3.4.3 I get the following error:


Python 3.4.3 (default, Mar 25 2015, 17:13:50)
[GCC 4.9.2 20150304 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.4/site-packages/numpy/__init__.py", line 189, in <module>
from . import random
File "/usr/lib/python3.4/site-packages/numpy/random/__init__.py", line 99, in <module>
from .mtrand import *
ImportError: /usr/lib/python3.4/site-packages/numpy/random/mtrand.cpython-34m.so: undefined symbol: AnnotateIgnoreReadsEnd

Additional information:
Downgrading to numpy 1.9.1 did not help. Downgrading python 3.4.3-1 to 3.4.2-2 does work.

Steps to reproduce:
Import numpy in python 3.4.3.
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 26 March 2015, 10:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  rebuilt numpy with python 3.4.3-2.

Loading...