天天看點

成功解決AttributeError: type object 'scipy.interpolate.interpnd.array' has no attribute '__reduce_cython

解決問題

File "stringsource", line 104, in init scipy.interpolate.interpnd

AttributeError: type object 'scipy.interpolate.interpnd.array' has no attribute '__reduce_cython__'

Traceback (most recent call last):

 File "CV_Object2.py", line 22, in <module>

 File "<frozen importlib._bootstrap>", line 971, in _find_and_load

 File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked

 File "<frozen importlib._bootstrap>", line 665, in _load_unlocked

 File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module

   exec(bytecode, module.__dict__)

 File "yolo.py", line 13, in <module>

 File "keras\__init__.py", line 7, in <module>

 File "keras\datasets\__init__.py", line 4, in <module>

 File "keras\datasets\imdb.py", line 8, in <module>

 File "keras\preprocessing\__init__.py", line 12, in <module>

 File "keras\preprocessing\image.py", line 7, in <module>

 File "keras_preprocessing\image.py", line 10, in <module>

 File "scipy\ndimage\__init__.py", line 161, in <module>

 File "scipy\ndimage\filters.py", line 38, in <module>

 File "scipy\ndimage\_ni_docstrings.py", line 4, in <module>

 File "scipy\misc\__init__.py", line 68, in <module>

 File "scipy\interpolate\__init__.py", line 175, in <module>

 File "scipy\interpolate\interpolate.py", line 32, in <module>

 File "<frozen importlib._bootstrap>", line 656, in _load_unlocked

 File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible

 File "f:\program files\python\python36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 714, in load_module

   module = loader.load_module(fullname)

 File "stringsource", line 104, in init scipy.interpolate.interpnd

[11956] Failed to execute script CV_Object2

解決思路

檔案“stringsource”,第104行,在init scipy.interpolate.interpnd中

屬性錯誤:類型對象“scipy.interpolate.interpnd.array”沒有屬性“uuReduce_Cython_uuuuuuu”

解決方法

成功解決AttributeError: type object 'scipy.interpolate.interpnd.array' has no attribute '__reduce_cython

調整scipy、cython庫

yeah ! version scipy-0.19.1-py3.6.egg-info

 File "stringsource", line 103, in init scipy.optimize._trlib._trlib

AttributeError: type object 'scipy.optimize._trlib._trlib.array' has no attribute '__reduce_cython__'

[3540] Failed to execute script CV_Object2

C:\Users\99386>pip show cython

Name: Cython

Version: 0.28.3

Summary: The Cython compiler for writing C extensions for the Python language.

Home-page:

http://cython.org/

Author: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.

Author-email: [email protected]

License: Apache

Location: f:\program files\python\python36\lib\site-packages

Requires:

Required-by:

C:\Users\99386>pip show scipy

Name: scipy

Version: 1.0.0

Summary: SciPy: Scientific Library for Python

https://www.scipy.org

Author: SciPy Developers

Author-email: [email protected]

License: BSD

Requires: numpy

Required-by: Keras, Keras-Preprocessing, imgaug, face-recognition

C:\Users\99386>pip install --upgrade scipy

Collecting scipy

 Using cached

https://files.pythonhosted.org/packages/62/e2/364f0bcc641aeff79d743c732769d5dc31a1e78c27699229431412c4b425/scipy-1.1.0-cp36-none-win_amd64.whl

Requirement not upgraded as not directly required: numpy>=1.8.2 in f:\program files\python\python36\lib\site-packages (from scipy) (1.15.0rc1+mkl)

tensorflow-gpu 1.4.0 requires enum34>=1.1.6, which is not installed.

wxpy 0.3.9.8 has requirement itchat==1.2.32, but you'll have itchat 1.3.10 which is incompatible.

moviepy 0.2.3.2 has requirement decorator==4.0.11, but you'll have decorator 4.3.0 which is incompatible.

Installing collected packages: scipy

 Found existing installation: scipy 1.0.0

   Uninstalling scipy-1.0.0:

     Successfully uninstalled scipy-1.0.0

Successfully installed scipy-1.1.0