Discussion:
[Twisted-Python] 16.0.0 32-bit wheels for Windows
anatoly techtonik
2016-03-30 18:20:08 UTC
Permalink
Hi,

I am having the same problem as this guy:
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-windows
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.
Chris Norman
2016-03-30 18:27:12 UTC
Permalink
Hi,
Post by anatoly techtonik
Hi,
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-windows
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.
Glyph
2016-03-30 18:30:26 UTC
Permalink
Post by Chris Norman
Hi,
Post by anatoly techtonik
Hi,
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-windows
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
anatoly techtonik
2016-03-31 07:15:33 UTC
Permalink
On Wed, Mar 30, 2016 at 9:27 PM, Chris Norman
Post by Chris Norman
Hi,
Post by anatoly techtonik
Hi,
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-windows
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.
Post by Chris Norman
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.
Amber Brown
2016-03-30 18:36:25 UTC
Permalink
_______________________________________________
Twisted-Python mailing list
Twisted-***@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Glyph
2016-03-30 18:59:40 UTC
Permalink
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
Ray Cote
2016-03-30 19:46:03 UTC
Permalink
Post by Glyph
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: ***@AppropriateSolutions.com skype:
ray.cote
Loading...