[babysor/MockingBird]运行pip install -r requirements.txt 来安装剩余的必要包时出错

2024-06-27 578 views
1

Summary[问题简述(一句话)] A clear and concise description of what the issue is. 运行pip install -r requirements.txt 来安装剩余的必要包时出错 Env & To Reproduce[复现与环境] 描述你用的环境、代码版本、模型、 Screenshots[截图(如有)] If applicable, add screenshots to help ~3@{I3@IT%BOVDRZ2)E%1I9

16 %JH0EG5%$Y6UP)JNH54

回答

8

I encounter this problem too

4

Pyworld requires to install C++ compiler, please make sure yours is correctly installed.

6

最后运行 python demo_toolbox.py,报错会出现未安装的包,pip下载数个

4

我也是同样的问题,我用的是python3.8版本,报错主要是pyworld模块,感觉问题应该是出在python版本兼容的问题。 image pyworld模块目前最新版本只支持python3.7。

7

windows的pyworld可以支持3.9,但我额外按提示安装了C++ compiler,

5

请问这个问题现在有解决方案了吗? @worlol

9

应该在anaconda的虚拟环境下安装剩余安装包;

按照教程一步一步来没有问题的