lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.33k stars 249 forks source link

can not install audiolm-pytorch #182

Closed linlongrd closed 1 year ago

linlongrd commented 1 year ago

pip install audiolm-pytorch error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully. │ exit code: 2 ╰─> See above for output.

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

SloMoShun commented 1 year ago

I also get this issue:

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for scikit-learn Failed to build scikit-learn ERROR: Could not build wheels for scikit-learn, which is required to install pyproject.toml-based projects

rsxdalv commented 1 year ago

you can do pip install audiolm-pytorch==1.1.4

SloMoShun commented 1 year ago

you can do pip install audiolm-pytorch==1.1.4

Thank you this worked!

lucidrains commented 1 year ago

should be ok now