Skip to content
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

Python3.12 support #3766

Open
liudonghua123 opened this issue May 17, 2024 · 1 comment
Open

Python3.12 support #3766

liudonghua123 opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@liudonghua123
Copy link

liudonghua123 commented May 17, 2024

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 on paddlepaddle which support python 3.12. But the paddlespeech seems only support 3.9, it's too old. Could you update this package to work with paddlepaddle on python 3.12.

PaddleSpeech/setup.py

Lines 317 to 321 in 969f339

'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',

See also https://pypi.org/project/paddlespeech/, https://pypi.org/project/paddlepaddle/.

Describe the feature you'd like:

  1. Support python 3.12 like paddlepaddle does.
  2. Install paddlepaddle automaticly when installing paddlespeech as an explict dependence.

Describe alternatives you've considered:

@Ray961123
Copy link

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星河社区-人工智能学习与实训社区

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants