mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
133 stars 25 forks source link

Can't find __main__ module #41

Open SepiaGlobe opened 1 year ago

SepiaGlobe commented 1 year ago

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.

simsim1999 commented 11 months ago

Did anyone find a solution for this? I'm running into the same problem