Running on Windows 10, I have python 3.10.4 installed.
I am running my python app on virtualenv and whenever I am installing the package with pip it is not reflected in the import statement in the code however, it is shown by "pip list" command.
Also, Whenever I am using pycharm's python interpreter for installing the package it is reflected in the code. Can anyone help in this matter, I am stuck.