When I run the following code in PyCharm the 'ModuleNotFoundError: No module named 'intuitlib'' error occurs
from intuitlib.client import AuthClient
I installed intuit-oauth seemingly successfully with pip3
% pip3 install intuit-oauth
I am using Python 3.11.4 and pip 23.2.1
VERY VERY new at this, this is my first question ever so please bear with me