Skip to content

Exception: You don't have PIL installed. Please install PIL or Pillow>=8.1.1 #7532

Answered by radarhere
Mooshem asked this question in Q&A
Discussion options

You must be logged in to vote

To me, the fact that you are moving packages around manually means you are missing the simplicity of virtual environments.

If you look at https://realpython.com/python-virtual-environments-a-primer/ or https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/, you will learn about venv, and that once you have activated a virtual environment, you can use pip to install packages into them without the manual rearranging that you're currently doing.

Replies: 2 comments 19 replies

Comment options

You must be logged in to vote
7 replies
@Mooshem
Comment options

@radarhere
Comment options

@radarhere
Comment options

@Mooshem
Comment options

@Mooshem
Comment options

Comment options

You must be logged in to vote
12 replies
@Mooshem
Comment options

@radarhere
Comment options

@Mooshem
Comment options

@radarhere
Comment options

Answer selected by radarhere
@nulano
Comment options

@Mooshem
Comment options

@Mooshem
Comment options

@Mooshem
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Installation Usually a problem with …
4 participants