Open liudonghua123 opened 6 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星河社区-人工智能学习与实训社区
How hard would it be to update PaddleSpeech to handle Python 3.12? Are there major issues or is this straightforward?
Feature Request
Is your feature request related to a problem? Please describe:
I tried to use
paddlespeech
on my python 3.12, and it depend onpaddlepaddle
which support python 3.12. But thepaddlespeech
seems only support 3.9, it's too old. Could you update this package to work withpaddlepaddle
on python 3.12.https://github.com/PaddlePaddle/PaddleSpeech/blob/969f33999fd6116a69831d098c1ab6f1e125129a/setup.py#L317-L321
See also https://pypi.org/project/paddlespeech/, https://pypi.org/project/paddlepaddle/.
Describe the feature you'd like:
paddlepaddle
does.paddlepaddle
automaticly when installingpaddlespeech
as an explict dependence.Describe alternatives you've considered: