Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install of Pillow fails
#5
(Jan-28-2019, 06:10 AM)RMJFlack Wrote: Is there a good tutorial on how to manage multiple Python versions?
I do have it link i posted under Access other versions.
When install Python 3.7 it also install py.exe in windows folder.
py can be used to access all Python version installed.
G:\
λ py -3.4 -V
Python 3.4.2

G:\
λ py -2.7 -V
Python 2.7.9


# So running a file with Python 2 would be
λ py -2.7 version.py
Hello from 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)]

G:\
λ py -3.5 version.py
Hello from 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)]
Install with pip to other version would be.
λ py -3.5 -m pip install logzero
Collecting logzero
Requirement already satisfied: colorama; sys_platform == "win32" in c:\python35\lib\site-packages (from logzero)
Installing collected packages: logzero
Successfully installed logzero-1.5.0
Reply


Messages In This Thread
Install of Pillow fails - by RMJFlack - Jan-27-2019, 10:39 PM
RE: Install of Pillow fails - by snippsat - Jan-27-2019, 11:47 PM
RE: Install of Pillow fails - by RMJFlack - Jan-28-2019, 02:48 AM
RE: Install of Pillow fails - by RMJFlack - Jan-28-2019, 06:10 AM
RE: Install of Pillow fails - by snippsat - Jan-28-2019, 12:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pip3 install opencv-python fails on 'skbuild' Pedroski55 2 5,747 Sep-15-2020, 11:33 AM
Last Post: snippsat
  Install Fails v3.8.3 flyboy91901 0 1,667 Jun-26-2020, 05:31 PM
Last Post: flyboy91901

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020