-
Notifications
You must be signed in to change notification settings - Fork 506
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
python environment #149
Comments
You can just install a homebrew
and install python for ARM
and then start with a virtual environment
dunno if you can download all package, but just do this and make use of ARM documentation
|
Hi did you manage to solve it? I tried the same with windows and still the issue with numba persists due to llvmlite |
@chazarnik this are my current package - I've made my on poetry package were everything is working, but in the meanwhile I run much more so - most of the packages maybe not necessary for just running HiFiGAN. |
Thank you! I will try that too. |
@simonwindtner I am trying to run the code on google colab pro and I am facing the same issue where torch--1.4.0 is not supported. Does the requirements.txt file you have uploaded above work on google colab as well? if not, do you have any idea as to how i can solve this issue on google colab? Thanks |
Hey,
Can anybody suggest a python version for Mac M1 where all the requirements and versions are working correctly?
with the proposed environment I get trouble with torch==1.4.0 as well as librosa and numba...
Thanks in advance !
The text was updated successfully, but these errors were encountered: