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
Post a Comment