Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. C:\Users\Kevin\Desktop\pillowInstallProblem>explorer .
  2.  
  3. C:\Users\Kevin\Desktop\pillowInstallProblem>python -m venv .
  4.  
  5. C:\Users\Kevin\Desktop\pillowInstallProblem>"scripts/activate.bat"
  6.  
  7. (pillowInstallProblem) C:\Users\Kevin\Desktop\pillowInstallProblem>python -m pip install --upgrade pip
  8. Collecting pip
  9. Using cached https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl
  10. Installing collected packages: pip
  11. Found existing installation: pip 19.2.3
  12. Uninstalling pip-19.2.3:
  13. Successfully uninstalled pip-19.2.3
  14. Successfully installed pip-19.3.1
  15.  
  16. (pillowInstallProblem) C:\Users\Kevin\Desktop\pillowInstallProblem>pip install pillow
  17. Collecting pillow
  18. Using cached https://files.pythonhosted.org/packages/a0/f5/943da9f188d1abdbd83f73dfba7ed8c1935161e8f9b4ef6fc9cea0b3e14b/Pillow-7.0.0-cp38-cp38-win32.whl
  19. Installing collected packages: pillow
  20. Successfully installed pillow-7.0.0
  21.  
  22. (pillowInstallProblem) C:\Users\Kevin\Desktop\pillowInstallProblem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement