Python Forum

Full Version: Idle and pycharm problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I recently upgraded to Catalina now idle freezes upon saves, so I use pycharm often, I used the terminal to install pillow , I can import PIL with idle but not pycharm,
What am I doing wrong.
Did you use virtual environment or system python interpreter when you installed pillow?

Pycharm often creates a virtual environment for you when you create a new project, which may be different from the environment you used when installing from terminal. I suggest you check what python you are using inside pycharm(File -> Settings -> Project -> Python Interpreter)
File -> Settings -> Project -> Python Interpreter

pres '+' -> find your module -> install yor pip

if not help try change Python Interpreter in menu before you click "+"
I didn’t install within pycharm, I assumed that when I installed PIllow with the terminal that it would be global. But I’ll go and check that out when I get to my computer and let you know, but I’m sure that’s it.