I have installed the smartsheet python sdk with pip3 install smartsheet-python-sdk
(using Python 3.10.5). I believe it was successful because if I do it again, or even try to upgrade, I see "Requirement already satisfied" for all the requirements. Still, import smartsheet
cannot be resolved by Pylance. I have also already set the access token and initialized the client.
Any suggestions on where to go from here?