Код: Выделить всё
Building wheels for collected packages: DEGA
Building wheel for DEGA (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for DEGA (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [391 lines of output]
WARNING: Failed to find 'pythran-openblas' package. Please install it or change the compiler.blas setting. Defaulting to 'none'
< /code>
Однако у меня есть пакеты Pythran, Openblas и Pythran-Openblas (pip install [package]
В середине он говорит:
Код: Выделить всё
C:\Users\[username]\AppData\Local\Temp\pip-build-env-q57f4t01\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'DEGA.cython' is absent from the `packages` configuration.
< /code>
В конце сообщения об ошибке написано: < /p>
error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for DEGA
Failed to build DEGA
ERROR: Failed to build installable wheels for some pyproject.toml based projects (DEGA).
< /code>
Я не включил полное сообщение об ошибке, потому что оно чрезвычайно длинное.C:\Program Files\Microsoft Visual Studio\2022\Community\VC\bin
My system:
- Python 3.13.5
- Windows 10 x64
- Anaconda Prompt
Подробнее здесь: https://stackoverflow.com/questions/796 ... y-vc-tools