[Twisted-Python] 16.0.0 32-bit wheels for Windows
Hi, I am having the same problem as this guy: https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-w... Absence of 32-bit wheels breaks Python projects that added Twisted>10 as a dependency, for example. Is that intentional change? https://pypi.python.org/pypi/Twisted/16.0.0 -- anatoly t.
Hi, On 30/03/2016 19:20, anatoly techtonik wrote:
Hi,
I am having the same problem as this guy: https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-w... Absence of 32-bit wheels breaks Python projects that added Twisted>10 as a dependency, for example.
Is that intentional change? https://pypi.python.org/pypi/Twisted/16.0.0 No clue about any change, but which Python version are you using?
I have happily `pip install`ed twisted on Windows 10 (64 bit) with 32 bit Python 3.5.1, and 2.7.11. Only place where I had trouble was Debian 64 bit where a simple python setup.py installed did the trick. Sorry you're having trouble.
On Mar 30, 2016, at 11:27 AM, Chris Norman <chris.norman2@googlemail.com> wrote:
Hi,
On 30/03/2016 19:20, anatoly techtonik wrote:
Hi,
I am having the same problem as this guy: https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-w... Absence of 32-bit wheels breaks Python projects that added Twisted>10 as a dependency, for example.
Is that intentional change? https://pypi.python.org/pypi/Twisted/16.0.0 No clue about any change, but which Python version are you using?
I have happily `pip install`ed twisted on Windows 10 (64 bit) with 32 bit Python 3.5.1, and 2.7.11.
Only place where I had trouble was Debian 64 bit where a simple python setup.py installed did the trick.
Sorry you're having trouble.
Looks like we stopped shipping 32-bit wheels with the 15.5 release. HawkOwl, was this an intentional change, or just a release oversight? (I don't personally recall an announcement of this.) -glyph
On Mar 30, 2016, at 11:36 AM, Amber Brown <hawkowl@atleastfornow.net> wrote:
This was because we dropped the only 32bit Windows builder (the XP one). The w7 one is 64bit and only has 64bit pythons on it - I guess we could install 32bit ones?
I think that, especially in virtualized environments, 32-bit windows is still quite popular; we should probably keep shipping 32-bit wheels, and it's definitely possible to generate them on a 64-bit guest. -glyph
On Wed, Mar 30, 2016 at 2:59 PM, Glyph <glyph@twistedmatrix.com> wrote:
I think that, especially in virtualized environments, 32-bit windows is still quite popular; we should probably keep shipping 32-bit wheels, and it's definitely possible to generate them on a 64-bit guest.
Triple double up vote on the 32-bit wheels. Tried moving several of my legacy Windows projects to 64-bits three months ago and there was much bewailing from the client base. :} -- Raymond Cote, President voice: +1.603.924.6079 email: rgacote@AppropriateSolutions.com skype: ray.cote
On Wed, Mar 30, 2016 at 9:27 PM, Chris Norman <chris.norman2@googlemail.com> wrote:
Hi,
On 30/03/2016 19:20, anatoly techtonik wrote:
Hi,
I am having the same problem as this guy:
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-w... Absence of 32-bit wheels breaks Python projects that added Twisted>10 as a dependency, for example.
Is that intentional change? https://pypi.python.org/pypi/Twisted/16.0.0
No clue about any change, but which Python version are you using?
I have happily `pip install`ed twisted on Windows 10 (64 bit) with 32 bit Python 3.5.1, and 2.7.11.
32-bit Python 2.7.11, but the problem is that I don't have MSVS installed.
Only place where I had trouble was Debian 64 bit where a simple python setup.py installed did the trick.
Sorry you're having trouble.
I installed the stuff manually. Just wanted to warn that there might be a bigger problem with that. Glad that it could be fixed. -- anatoly t.
participants (5)
-
Amber Brown
-
anatoly techtonik
-
Chris Norman
-
Glyph
-
Ray Cote