ModuleNotFoundError: нет модуля с именем «numpy.distutils».Python

Программы на Python
Anonymous
ModuleNotFoundError: нет модуля с именем «numpy.distutils».

Сообщение Anonymous »

Произошла ошибка при установке библиотеки wrf-python.

Код: Выделить всё

error: subprocess-exited-with-error

python setup.py egg_info did not run successfully.
exit code: 1

[6 lines of output]
Traceback (most recent call last):
File "", line 2, in 
File "
", line 34, in 
File "C:\Users\HP\AppData\Local\Temp\pip-install-oyk6_k1z\wrf-python_4d4fb187dd8b475c900ed0c20f1b8158\setup.py", line 17, in 
import numpy.distutils.core
ModuleNotFoundError: No module named 'numpy.distutils'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

Encountered error while generating package metadata.

See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
------------------------------
Я пытаюсь установить пакеты wrf-python и gdal. При установке пакетов произошла ошибка.


Подробнее здесь: https://stackoverflow.com/questions/789 ... -distutils

Вернуться в «Python»