Publish Windows wheels to PyPI
Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows. Meanwhile a workaround is to download wheels from Christoph Gohlke's site [3] a godsend. -M [1] https://pypi.python.org/pypi/Cython/ [2] http://pythonwheels.com/ [3] http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython
On Sun, 27 Sep 2015 21:30:21 +0200, Mirth Hickford <mirth.hickford@gmail.com> wrote:
Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows.
Meanwhile a workaround is to download wheels from Christoph Gohlke's site [3] a godsend.
Yeah, he's awesome. Excellent work for at least 10 years now. Thanks! Cython is awesome too, btw ;)
-M
[1] https://pypi.python.org/pypi/Cython/ [2] http://pythonwheels.com/ [3] http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython
On Mon, Sep 28, 2015 at 12:22 AM, Dirk Rothe <thecere@gmail.com> wrote:
On Sun, 27 Sep 2015 21:30:21 +0200, Mirth Hickford <mirth.hickford@gmail.com> wrote:
Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows.
I don't own a Windows machine (and nor do many other Cython devs) so I'm not sure how to do this (let alone navigate the issue of choosing the right compiler, etc.) But this'd be a great area for a Window Cython user to contribute. https://github.com/cython/cython/pull/389 was recently merged.
Meanwhile a workaround is to download wheels from Christoph Gohlke's site [3] a godsend.
Yeah, he's awesome. Excellent work for at least 10 years now. Thanks!
+1, thanks Christoph!
Cython is awesome too, btw ;)
-M
[1] https://pypi.python.org/pypi/Cython/ [2] http://pythonwheels.com/ [3] http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
I volunteered to do this quite some time ago, but at the time there wasn't much interest. The offer still stands though. I have a number of build machines that I could use and are properly configured with all the python versions and compilers needed. I've released other python packages in the same way before. Ian On Mon, Sep 28, 2015 at 3:15 PM, Robert Bradshaw <robertwb@gmail.com> wrote:
On Mon, Sep 28, 2015 at 12:22 AM, Dirk Rothe <thecere@gmail.com> wrote:
On Sun, 27 Sep 2015 21:30:21 +0200, Mirth Hickford <mirth.hickford@gmail.com> wrote:
Hi Cython. Please consider publishing wheels for Windows to PyPI [1]. Wheels [2] are a package format that installs more reliably than source distributions, especially on Windows.
I don't own a Windows machine (and nor do many other Cython devs) so I'm not sure how to do this (let alone navigate the issue of choosing the right compiler, etc.) But this'd be a great area for a Window Cython user to contribute.
https://github.com/cython/cython/pull/389 was recently merged.
Meanwhile a workaround is to download wheels from Christoph Gohlke's site [3] a godsend.
Yeah, he's awesome. Excellent work for at least 10 years now. Thanks!
+1, thanks Christoph!
Cython is awesome too, btw ;)
-M
[1] https://pypi.python.org/pypi/Cython/ [2] http://pythonwheels.com/ [3] http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
https://github.com/cython/cython/pull/389 was recently merged.
Hum there aren't yet any builds at https://ci.appveyor.com/project/cython/cython I think someone (with rights to the github repo) still needs to create an account at appveyor.com and flip a switch. See http://help.appveyor.com/discussions/questions/1154-appveyor-account-for-git...
OK, I created a cython account, but https://ci.appveyor.com/project/cython/cython . I'm happy to add anyone as an appveyer "contributor" who could help get this going. On Mon, Sep 28, 2015 at 3:31 PM, Mirth Hickford <mirth.hickford@gmail.com> wrote:
https://github.com/cython/cython/pull/389 was recently merged.
Hum there aren't yet any builds at https://ci.appveyor.com/project/cython/cython
I think someone (with rights to the github repo) still needs to create an account at appveyor.com and flip a switch. See http://help.appveyor.com/discussions/questions/1154-appveyor-account-for-git...
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
participants (4)
-
Dirk Rothe -
Ian Bell -
Mirth Hickford -
Robert Bradshaw