[New-bugs-announce] [issue29064] Package numpy can't be used normally

kevin report at bugs.python.org
Sat Dec 24 07:55:02 EST 2016


New submission from kevin:

I used package numpy,but encounter the following error:

Traceback (most recent call last):
  File "rgbtoyuv.py", line 2, in <module>
    import numpy as np
  File "/usr/local/lib/python3.5/site-packages/numpy-1.11.2-py3.5-linux-x86_64.egg/numpy/__init__.py", line 163, in <module>
    from . import random
  File "/usr/local/lib/python3.5/site-packages/numpy-1.11.2-py3.5-linux-x86_64.egg/numpy/random/__init__.py", line 99, in <module>
    from .mtrand import *
ImportError: /usr/local/lib/python3.5/site-packages/numpy-1.11.2-py3.5-linux-x86_64.egg/numpy/random/mtrand.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf

I have download the numpy install package,and installed.

Platform ubuntu16.04 x86_64

python version: 3.5.2

numpy version:1.11.2 and try to version:1.9.0 also,but installed failed.

Please help me find the reason,thanks a lot.

----------
components: Library (Lib)
messages: 283949
nosy: kevin.zhai80
priority: normal
severity: normal
status: open
title: Package numpy can't be used normally
type: resource usage
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29064>
_______________________________________


More information about the New-bugs-announce mailing list