I am trying to use Aubio inside Unity(I am trying to follow this tutorial).
but got error message.
I followed this instruction and i type this command in cmd.Scriptspip.exe install aubio
but I got this error
<code>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 "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:UserstonnoAppDataLocalTemppip-install-nae__h7qaubio_d64e5b80e34e4946baa180420af258fdsetup.py", line 10, in <module>
from moresetuptools import build_ext, CleanGenerated
File "pythonlibmoresetuptools.py", line 7, in <module>
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.
</code>
<code>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 "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:UserstonnoAppDataLocalTemppip-install-nae__h7qaubio_d64e5b80e34e4946baa180420af258fdsetup.py", line 10, in <module>
from moresetuptools import build_ext, CleanGenerated
File "pythonlibmoresetuptools.py", line 7, in <module>
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.
</code>
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 "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:UserstonnoAppDataLocalTemppip-install-nae__h7qaubio_d64e5b80e34e4946baa180420af258fdsetup.py", line 10, in <module>
from moresetuptools import build_ext, CleanGenerated
File "pythonlibmoresetuptools.py", line 7, in <module>
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.
I use this python version
please help me.
New contributor
Satin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.