[Python-Dev] Yearly PyPI breakage

Terry Reedy tjreedy at udel.edu
Tue May 3 22:07:45 EDT 2016


On 5/3/2016 8:56 PM, Glyph wrote:

> setup.py bdist_wheel' didn't work), and 'twine upload'.  `pip install
> pypi-cdecimal´ should now work and get you an importable `cdecimal´, and
> if you happen to be lucky enough to run the same OS version I am, you
> won't even need to build C code.  cdecimal users may wish to retrieve it
> via this mechanism until there's a secure way to get the proper upstream
> distribution.
>
> If anyone wants package-index access to this name to upload Windows or
> manylinux wheels just let me know; however, as this is just a proof of
> concept, I do not intend to maintain it long-term.

For Windows, http://www.lfd.uci.edu/~gohlke/pythonlibs/ has 32 and 64 
bit builds of cdecimal 2.3 for 2.7, 3.4, and 3.5.

(Is cdecimal substantially different from the _decimal added in 3.5?)

-- 
Terry Jan Reedy




More information about the Python-Dev mailing list