-
Notifications
You must be signed in to change notification settings - Fork 722
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
Step 1 安装运行环境时报错: #343
Comments
找到
并修改为
然后在这行下面添加
它看起来应该是这样的
此错误原因为pyopenjtalk编译失败,解决方案源自r9y9/pyopenjtalk#48 |
非常感谢您!!! |
谢谢 我也试一试 |
还是不行,我感觉没这么简单,现在前面环境有问题,后面whisper也加载不了 |
请确认自己是否正确的加入解决方案中的代码,如果还是无法解决把notebook文件发一下 |
还是不太行 During handling of the above exception, another exception occurred: Traceback (most recent call last): IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for We have compiled some common reasons and troubleshooting tips at:
Please note and check the following:
and make sure that they are the versions you expect. Original error was: No module named 'numpy.core._multiarray_umath' /content/VITS-fast-fine-tuning sampled_audio4ft_v2 100%[===================>] 320.96M 80.5MB/s in 4.0s |
奇怪... 这是pip出事了,重装pip试试 |
试试更新pip再那2行代码前加上
|
参见#350 ,在pip install上方加入 |
谢谢您!
|
VITS-fast-fine-tuning> python -m pip install --no-build-isolation -r requirements.txt Requirement already satisfied: Cython in d:\python\lib\site-packages (from -r requirements.txt (line 1)) (0.29.36) × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. VITS-fast-fine-tuning> pip install pyopenjtalk==0.1.4 Collecting pyopenjtalk==0.1.4 × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
谢谢各位,通过以下三行,解决了此问题,供参考。
|
可以的不过我多了一个步骤 补充下 做个参考 我是先创建的虚拟环境 |
error: subprocess-exited-with-error
× Building wheel for pyopenjtalk (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for pyopenjtalk (pyproject.toml) ... error
ERROR: Failed building wheel for pyopenjtalk
ERROR: Could not build wheels for pyopenjtalk, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: