-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to build pypesq on runpod with both pytorch 2.1 and 2.4 #170
Comments
when i used the suggested |
Hi @lyramakesmusic! Thanks for reporting. Looks like this is describing the same issue: https://stackoverflow.com/questions/75587486/how-can-i-install-pypesq-properly They suggest pip installing from the repo instead of the PyPI package: |
thanks! i will try next run |
I have encountered a similar issue as @lyramakesmusic and I'd like to share the solution in case someone else faces the same situation. Note that my configuration is Ubuntu 22.04, Python 3.10, and GCC 11.2.0. In my case, it was Then, after executing
|
I had this issue too and needed to install libpythonX.X-dev on Ubuntu to install pypesq. Seems to work fine now w/ python3.10 and gcc11.3 |
One possible workaround if you're not using the repo for speech (PESQ being a speech quality metric):
And then to avoid import issues when using the repo:
|
i'm installing stable-audio-tools latest commit () on runpod and running into the following error. I tried on both
runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
andrunpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04
, fresh environment with nothing installed besides SAT, and it broke in both. pre-0.0.17 commits install just fine (pypesq was added as a dependency in 0.0.17).The text was updated successfully, but these errors were encountered: