CPJKU / madmom

Python audio and music signal processing library
https://madmom.readthedocs.io
Other
1.35k stars 206 forks source link

can't install madmom #528

Closed expungedthefunniguy closed 10 months ago

expungedthefunniguy commented 1 year ago

Expected behaviour

to install

Actual behaviour

this C:\Users(My Username)>pip install --user madmom Collecting madmom Using cached madmom-0.16.1.tar.gz (20.0 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 ╰─> [20 lines of output] Traceback (most recent call last): File "C:\Users(My Username)\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in main() File "C:\Users(My Username)\AppData\Local\Programs\Python\Python311\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(My Username)\AppData\Local\Programs\Python\Python311\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(My Username)\AppData\Local\Temp\pip-build-env-myh8j06p\overlay\Lib\site-packages\setuptools\build_meta.py", line 355, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users(My Username)\AppData\Local\Temp\pip-build-env-myh8j06p\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in _get_build_requires self.run_setup() File "C:\Users(My Username)\AppData\Local\Temp\pip-build-env-myh8j06p\overlay\Lib\site-packages\setuptools\build_meta.py", line 507, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "C:\Users(My Username)\AppData\Local\Temp\pip-build-env-myh8j06p\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in run_setup exec(code, locals()) File "", line 12, in ModuleNotFoundError: No module named 'Cython' [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.

Steps needed to reproduce the behaviour

i would say pip install madmom but that won't really reproduce it

Information about installed software

i already have cython installed so... yeah. i have no idea what the problem could be.

expungedthefunniguy commented 1 year ago

nevermind i think it's my problem

expungedthefunniguy commented 1 year ago

fuck it wasn't

th1nhhdk commented 1 year ago

I have the same problem

th1nhhdk commented 1 year ago

Fixed it with pip install git+https://github.com/CPJKU/madmom

Kare-Udon commented 1 year ago

You can install from the source code, it works fine.