Google-Patents-Scraper icon indicating copy to clipboard operation
Google-Patents-Scraper copied to clipboard

Cr src returns error

Open grendal87 opened this issue 8 months ago • 3 comments

When I attempt to run cd src main.py in cmd I get an error saying CD is not valid along with a few other errors.

Is there perhaps a way to make a exe that is less tempermental?

grendal87 avatar Oct 22 '23 18:10 grendal87

this can be closed. I was combining the cd src and main.py commands.

I do however after sperating the commands run into a new error. Path, Line 1, in from PyQt5.QtGui import Qicon, QDesktopServices ModuleNotFoundError: No module named 'PyQt5'

Frustrated87 avatar Oct 23 '23 04:10 Frustrated87

I was also running into this - any solution?

lepodo avatar Nov 29 '23 08:11 lepodo

Yes first enter cd src command and switch into the directory that contains main.py. then the next command is to run main.py

The error fristrated87 ran into can be fixed by updating the moduals to the latest ones. Once it was all updated I was able to run it but couldn't get it to search or anything and have not progressed beyond this point.

grendal87 avatar Nov 29 '23 16:11 grendal87