python - Requirement already satisfied but ImportError: No module named "pkg" -


i using mac , pycharm & python 2.7.11,

import psutil import os 

i have installed pkg

importerror: no module named "pkg" shows @ ide 

and terminal shows: requirement satisfied: psutil in /library/python/2.7/site-packages

thanks in advance.

still, facing issue. @ cases, things have been solved had 2 python 2.7.10 & 2.7.11 installed.from mac terminal, used pkg 2.7.11 @ project settings python interpreter selected 2.7.10.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -