Python Forum
Idle and pycharm problem - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Idle and pycharm problem (/thread-29431.html)



Idle and pycharm problem - gr3yali3n - Sep-02-2020

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.


RE: Idle and pycharm problem - mlieqo - Sep-03-2020

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)


RE: Idle and pycharm problem - ShityCoder - Sep-04-2020

File -> Settings -> Project -> Python Interpreter

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

if not help try change Python Interpreter in menu before you click "+"


RE: Idle and pycharm problem - gr3yali3n - Sep-05-2020

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.