-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't install sample rate in google colab #15
Comments
Hi @ajayarora1235 , actually, I had the same issue on colab, and I think I know the cause. |
I made a fix in PR #16 . You can try it by installing from the
|
Thanks for this fix! I came across the same problem today and this fixed it for me |
same here, thanks for the fix. |
Version of python is 3.10.12.
!pip install samplerate --no-cache-dir
returnsCan't get any of the errors to display, but it also fails for me on my mac locally. seemed to be an issue there with cmake and "from cmake import cmake".
The text was updated successfully, but these errors were encountered: