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

On Windows, pip won't update OpenCC to the latest 1.1.2 version, due to missing wheel file #593

Open
MapleCCC opened this issue May 28, 2021 · 3 comments

Comments

@MapleCCC
Copy link

Executing the command python -m pip install -U OpenCC will install OpenCC v1.1.1, but not the latest stable version 1.1.2.

After investigating the output of pip with a --verbose flag appended, it seems the problem originates from that pip tried to query https://pypi.org/simple/opencc/ for compatible wheel, ending up finding no compatible wheel for both Windows platform and v1.1.2.

I don't know what needs to be done to fix this, having no experience in writing and publishing C-extension Python library. Maybe we need to manually create and publish new wheel files?

@MapleCCC
Copy link
Author

After messing around in the issue tracker system, it seems that this problem has been lurking since the exposure in the two months' old issue #564.

@MapleCCC MapleCCC changed the title On Windows, pip won't update to the latest 1.1.2 version On Windows, pip won't update OpenCC to the latest 1.1.2 version May 31, 2021
@MapleCCC MapleCCC changed the title On Windows, pip won't update OpenCC to the latest 1.1.2 version On Windows, pip won't update OpenCC to the latest 1.1.2 version, due to missing wheel file May 31, 2021
@mzkai
Copy link

mzkai commented Sep 6, 2021

This is still an issue for me today on macOS. Any update on this?

@CodingMoeButa
Copy link

Pip can not update OpenCC to 1.1.3 on Windows.

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

No branches or pull requests

3 participants