python 無法使用numpy
環境: Ubuntu 12.4
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 137, in
import add_newdocs
File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 9, in
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line 13, in
from polynomial import *
File "/usr/lib/python2.7/dist-packages/numpy/lib/polynomial.py", line 11, in
import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'
>>>
解決方法: sudo apt-get remove libopenblas-base
>>> import numpy
Traceback (most recent call last):
File "
File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 137, in
import add_newdocs
File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 9, in
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line 13, in
from polynomial import *
File "/usr/lib/python2.7/dist-packages/numpy/lib/polynomial.py", line 11, in
import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'
>>>
解決方法: sudo apt-get remove libopenblas-base
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16582684/viewspace-1243980/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python中Numpy及Matplotlib使用Python
- [python][科學計算][numpy]使用指南Python
- 使用python-slim映象遇到無法使用PostgreSQL的問題PythonSQL
- 為什麼python中使用模組無法識別Python
- Python人工智慧常用庫Numpy使用入門Python人工智慧
- Python常用庫NumpyPython
- 重學python【numpy】Python
- Python3---numpyPython
- Python NumPy CookBook 前言Python
- iview 元件無法使用View元件
- LINUX 安裝python3 命令之後 python無法使用的解決辦法LinuxPython
- Numpy使用入門
- Python Numpy基礎教程Python
- Python資料分析 – numpyPython
- python_numPy學習Python
- Python資料分析 - NumpyPython
- python之numpy庫[1]Python
- python之numpy庫[2]Python
- Python之numpy學習Python
- Python之Numpy初識Python
- Python3.7.0 SSL低版本導致Pip無法使用Python
- vim 回退鍵無法使用
- [譯] 使用 NumPy 和 Pandas 進行 Python 式資料清理Python
- centos6.3誤刪python2.6導致yum無法使用CentOSPython
- python 如何安裝numpy庫?Python
- Python NumPy學習總結Python
- Python資料分析之numpyPython
- python——numpy學習筆記Python筆記
- Python NumPy 廣播(Broadcast)PythonAST
- Python列表建立NumPy陣列Python陣列
- Python的Numpy庫簡述Python
- 【機器學習】--Python機器學習庫之Numpy機器學習Python
- python-----------------numpy計數模組Python
- Ubuntu下Lenovo 無線網路卡無法使用!Ubuntu
- 什麼是NumPy?Python中NumPy資料型別有哪些?Python資料型別
- 使用者autotrace 無法使用解決
- beego session 根本無法正常使用GoSession
- bitbucket無法使用ssh連線