8000 remove the version dependency of opencc by Liyulingyue · Pull Request #4019 · PaddlePaddle/PaddleSpeech · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remove the version dependency of opencc #4019

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Liyulingyue
Copy link
Contributor

PR types

PR changes

Describe

Copy link
paddle-bot bot commented Mar 18, 2025

Thanks for your contribution!

if gcc_version:
if int(gcc_version.split(".")[0]) < 9:
return "opencc==1.1.6" # GCC<9 need opencc==1.1.6
# if gcc_version:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why need to remove it?

Copy link
Contributor Author
@Liyulingyue Liyulingyue Mar 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉似乎没有必要依赖它,直接安,不用强捆绑版本

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

直接安装在gcc<9的时候opencc版本过高会报错?

Copy link
stale bot commented May 6, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0