Open Fenglinhsh opened 2 months ago
Hello developers, thank you for paying attention to PaddleSpeech open source project, sorry for bringing you a bad development experience, the current open source project maintenance manpower is limited, you can try to modify the PaddleSpeech source code by yourself, or ask other developers in the open source community to help. Communication channel::飞桨AI Studio星河社区-人工智能学习与实训社区
I get below printout when running pip install M2Crypto, seems swig could not be found, but actually it was installed sucessfully, I can found them in path /usr/local/bin/. What should I do to resolve this issue?
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for M2Crypto Failed to build M2Crypto ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (M2Crypto)
root@vultr ~]# pip list | grep swig swig 4.2.1
[root@vultr ~]# ls /usr/local/bin/swig /usr/local/bin/swig [root@vultr ~]# ls /usr/local/bin/ pip pip3 pip3.9 swig swig4.0 [root@vultr ~]#