I have installed pybluez (a python package) using pip install pybluez
, but pybluez is not listed in my package list. My python version is python2.7
and I installed pycharm-2018.1.1
on my PC running Ubuntu 16.04.
I can see pybluez is installed using pip list
I have also installed pybluez in pycharm and it shows that pybluez is successfully installed.
However pybluez is still not listed in the pycharm packages list.
This is the error I see when running the program from pycharm.