-
Notifications
You must be signed in to change notification settings - Fork 37
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 package installation errors #4
Comments
Thanks, was able to install it finally. Have you tried to train your own model? Does it work to you? |
I trained the models and the code does work.
…---Original---
From: "dudes17"<[email protected]>
Date: Thu, Jan 16, 2020 02:39 AM
To: "seaniezhao/torch_npss"<[email protected]>;
Cc: "Zachary Guan"<[email protected]>;"Author"<[email protected]>;
Subject: Re: [seaniezhao/torch_npss] Python package installation errors (#4)
I've encountered and solved two errors during installation. I hope the following info would be helpful to others interested in this repo.
If you fail to install pyworld during pip install -r requirement, use:
MACOSX_DEPLOYMENT_TARGET=10.9 pip install pyworld
instead. See JeremyCCHsu/Python-Wrapper-for-World-Vocoder#1 (comment) for reference.
Because of the tensorflow2, the requirement.txt can add a tensorflow version descriptor like "1.15.0".
Thanks, got it to install finally.
Have you tried to train your own model? Does it owrk to you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
thanks |
hello i want to ask if anyone can help, i am running a code on google collab, i am using m1 mac Building wheels for collected packages: pyworld × Building wheel for pyworld (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu116 does anyone know how to resolve this? |
it is because of the pyworld package, you could try build it follow https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder |
i will try this out @seaniezhao |
Yes, we also have a commercial version available, check this: https://github.com/timedomain-tech/ACE_sequence_file |
Hello @seaniezhao thank you for replying, may I ask what the issue is here? something relating to ffmpeg? ![]() |
sorry I don't know about this issue |
I've encountered and solved two errors during installation. I hope the following info would be helpful to others interested in this repo.
If you fail to install pyworld during
pip install -r requirement
, use:MACOSX_DEPLOYMENT_TARGET=10.9 pip install pyworld
instead. See Install error in Mac OSX JeremyCCHsu/Python-Wrapper-for-World-Vocoder#1 (comment) for reference.
Because of the tensorflow2, the
requirement.txt
can add a tensorflow version descriptor like "1.15.0".The text was updated successfully, but these errors were encountered: