This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sam Miller
Recipients Ateik Al-Zehla, Matt.Hickford, Sam Miller, Tod Haren, dstufft, eric.araujo, hanbaj, marcelotduarte, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-11-03.08:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478161303.63.0.317424791093.issue25251@psf.upfronthosting.co.za>
In-reply-to
Content
Hi disutils. I got this bug when trying to pip install pomegranate to python 3.5. There is now a m2w64-toolchain (https://github.com/ContinuumIO/anaconda-issues/issues/561)that allows installing the notoriously windows-challenged theano, so I thought this error could be resolved with a new class m2w64Compiler(CygwinCCompiler) or maybe just updating the old Mingw32CCompiler(CygwinCCompiler) class.
History
Date User Action Args
2016-11-03 08:21:43Sam Millersetrecipients: + Sam Miller, paul.moore, tim.golden, eric.araujo, Matt.Hickford, zach.ware, steve.dower, dstufft, Ateik Al-Zehla, Tod Haren, marcelotduarte, hanbaj
2016-11-03 08:21:43Sam Millersetmessageid: <1478161303.63.0.317424791093.issue25251@psf.upfronthosting.co.za>
2016-11-03 08:21:43Sam Millerlinkissue25251 messages
2016-11-03 08:21:43Sam Millercreate