OpenCC icon indicating copy to clipboard operation
OpenCC copied to clipboard

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

Open MapleCCC opened this issue 3 years ago • 3 comments

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 avatar May 28 '21 16:05 MapleCCC

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 avatar May 28 '21 16:05 MapleCCC

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

mzkai avatar Sep 06 '21 10:09 mzkai

Pip can not update OpenCC to 1.1.3 on Windows.

CodingMoeButa avatar Sep 20 '21 06:09 CodingMoeButa