Не удалось установить модуль PyStruct с помощью pip.Python

Программы на Python
Anonymous
Не удалось установить модуль PyStruct с помощью pip.

Сообщение Anonymous »

Я хотел установить модуль PyStray для проекта.
Я использовал общую команду ->

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

pip install Pystruct
Вот ошибка:

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

Collecting Pystruct
Using cached pystruct-0.3.2.tar.gz (5.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
Traceback (most recent call last):
File "C:\Users\Meit Sant\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in 
main()
File "C:\Users\Meit Sant\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\Meit Sant\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Meit Sant\AppData\Local\Temp\pip-build-env-3y5ayshq\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\Meit Sant\AppData\Local\Temp\pip-build-env-3y5ayshq\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "C:\Users\Meit Sant\AppData\Local\Temp\pip-build-env-3y5ayshq\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
super().run_setup(setup_script=setup_script)
File "C:\Users\Meit Sant\AppData\Local\Temp\pip-build-env-3y5ayshq\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 3, in 
ModuleNotFoundError: No module named 'numpy'
[end of output]

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

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Как говорится ModuleNotFoundError: нет модуля с именем «numpy», я установил Numpy с помощью pip install numpy, который завершился успешно.

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

Collecting numpy
Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 819.4 kB/s eta 0:00:00
Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 2.6 MB/s eta 0:00:00
Installing collected packages: numpy
Successfully installed numpy-1.26.4
Однако при повторном запуске команды pip install Pystruct. Выдало ту же ошибку. Несмотря на то, что numpy установлен.

Подробнее здесь: https://stackoverflow.com/questions/784 ... -using-pip

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