vsco-scraper
vsco-scraper copied to clipboard
Can't find __main__ module
Hi there!
After seemingly succesfully installing vsco-scraper by using the command
pip install vsco-scraper
I run into the following problem. When I try to run the scraper by using the command
vsco-scraper <vscousername> --getImages
an error is returned that reads:
C:\Users\[my username]\AppData\Local\Programs\Python\Python310\python.exe: can't find '__main___' module in 'C:\\users\[my username]\vsco-scraper
Any pointers to get this issue solved would be greatly appreciated.