но получил сообщение об ошибке.
Я следовал этой инструкции и набираю это команда в cmd: .\Scripts\pip.exe install aubio, но я получил эту ошибку
Код: Выделить всё
Collecting aubio
Using cached aubio-0.4.9.tar.gz (479 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\tonno\AppData\Local\Temp\pip-install-nae__h7q\aubio_d64e5b80e34e4946baa180420af258fd\setup.py", line 10, in
from moresetuptools import build_ext, CleanGenerated
File "python\lib\moresetuptools.py", line 7, in
from this_version import get_aubio_version
ModuleNotFoundError: No module named 'this_version'
[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.
Подробнее здесь: https://stackoverflow.com/questions/786 ... windows-11