I'm trying to import pymysql to my python script in VSCode but am getting the following error
Import "pymysql" could not be resolved from sourcePylancereportMissingModuleSource
I installed the module with pip the same way I have with all other modules such as Pandas, which works fine
Here's the import line for reference
import pymysql
Any quick fixes or explanations of what is going on would be appreciated, thanks
