On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote:
> Thank you, I'll consider to update our requirements to latest versions of
> all packages. Last time I checked in 22th December 2016 and all our
> requirements were the latest versions. In the meantime we can keep using
> Python 3
On 1/3/2017 3:07 PM, Uri Even-Chen wrote:
What are the reasons to upgrade Python to 3.6?
The same as for any new version:
New features -- see What's New in 3.6.
New bug fixes.
New performance improvements.
Reasons against:
The effort to make sure all dependencies are available for 3.6*
Possib
On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote:
> Thank you, I'll consider to update our requirements to latest versions of
> all packages. Last time I checked in 22th December 2016 and all our
> requirements were the latest versions. In the meantime we can keep using
> Python 3
Thank you, I'll consider to update our requirements to latest versions of
all packages. Last time I checked in 22th December 2016 and all our
requirements were the latest versions. In the meantime we can keep using
Python 3.5. By the way, Travis CI tests passed with the same requirements
and Python
Pillow 3.4.2 provides binary wheel for Python 3.5, but not for 3.6.
So your pip can just install wheel on Python 3.5, but it is required to build
on Python 3.6. And your machine doesn't have zlib which is required
to build Pillow.
Easiest solution may just update your requirements to Pillow==4.0
(.venv) C:\Uri\Speedy Net\Git\speedy-net [public]>pip install -r
requirements.txt
Requirement already satisfied: Django==1.10.4 in c:\uri\speedy
net\git\speedy-net [public]\.venv\lib\site-packages (from -r
requirements.txt (line 2))
Requirement already satisfied: django-crispy-forms==1.6.1 in c:\ur