[MRG+1] [docs] add note about windows + python3 #2060
Conversation
Current coverage is 83.32%
|
thanks @pawelmhm , |
updated |
@@ -71,7 +71,7 @@ What Python versions does Scrapy support? | |||
|
|||
Scrapy is supported under Python 2.7 and Python 3.3+. | |||
Python 2.6 support was dropped starting at Scrapy 0.20. | |||
Python 3 support was added in Scrapy 1.1. | |||
Python 3 support was added in Scrapy 1.1. Python 3 is not yet supported on Windows. |
redapple
Jun 20, 2016
Contributor
Can I suggest using a note or warning for this (or at least making it bold)?
Can I suggest using a note or warning for this (or at least making it bold)?
pawelmhm
Jul 4, 2016
Author
Contributor
I changed this to "note"
I changed this to "note"
@@ -85,6 +85,10 @@ Windows | |||
|
|||
pip install Scrapy | |||
|
|||
.. note:: | |||
Python 3 is not supported on Windows. Installation of Scrapy on Windows |
redapple
Jun 20, 2016
Contributor
It's more about Twisted on Windows under Python 3
It's more about Twisted on Windows under Python 3
pawelmhm
Jul 4, 2016
Author
Contributor
yeah I updated this part, I see there is ticket for this in Twister repo here: https://twistedmatrix.com/trac/ticket/8018
yeah I updated this part, I see there is ticket for this in Twister repo here: https://twistedmatrix.com/trac/ticket/8018
Thanks @pawelmhm , added a few comments. |
Thanks @pawelmhm ! |
[backport][1.1] [docs] Add note about Windows + Python3 (PR #2060)
Do we will support "Scrapy + Python 3 + Windows" in later release? |
Twisted has not announced Python 3 + Windows support yet, so Scrapy cannot support Python 3 on Windows yet.
Maybe with Twisted 16.5 or 17 |
#2056 seems like common issue (e.g. user here: http://stackoverflow.com/questions/36857638/can-i-run-scrapy-on-windows-with-python-3/37418422) , should we also update installation guide with note about Python 3? Currently it does not say anything about Python 3 but people assume 3 should be supported.