TikTok-Account-Creator
TikTok-Account-Creator copied to clipboard
Cant run on Visual Studio Code on Python Extension
on terminal it says: import " selenium" could not be resolved Pylance(reportMissingImports) import "requests" could not be resolved from sources Pylance(reportMissingModuleSource)
..and Imma newbie here.. Thank you..
@MinatoNamikazee48 either way you need to install those dependencies through the VS Code console with pip. Or use Anaconda Prompt with a virtual env, that's what I'm using for it.
I then run it from the anaconda prompt/terminal after saving every change in the code.