Open sushantgupta opened 11 months ago
@sushantgupta try installing tkinter from terminal brew install python-tk else: comment line 33 in HomeScreenGui.py
@sushantgupta any update on this?
@anilabhadatta I had the same issue and it worked, I just had to run install again before running.
@donadoio i guess the manual steps is better recommended for linux/MacOS env Seems like some dependencies like tkinter and few more are required to be installed separately.
@donadoio can you test again, latest pull and clean install again.
@anilabhadatta the installation is succesfull and I'm able to run the Educative Scraper however when I click on Login Account I get this error
2024-03-05 16:11:14,303 - INFO - LoginAccount - LoginAccount initiated...
Login your account in the browser...
To Terminate, Click on Logout Button
2024-03-05 16:11:14,303 - INFO - BrowserUtility - Loading Browser...
2024-03-05 16:11:14,323 - ERROR - LoginAccount - start: 27: BrowserUtility:loadBrowser: 35: Message: Service /Users/isaacdonado/educative.io_scraper/src/ChromeDrivers/mac/chromedriver-mac-arm64/ucchromedriver unexpectedly exited. Status code was: -9
2024-03-05 16:11:14,324 - ERROR - BrowserUtility - No Browser was open to close via websocket
2024-03-05 16:11:14,324 - INFO - BrowserUtility - An error occurred while deleting lock files: [Errno 2] No such file or directory: '/Users/isaacdonado/EducativeScraper/UserData42/ucDriver-True'
@donadoio disable the ucdriver settings and try again. Also do git pull first. ucdriver is not supported in Mac Arm based chips. Can you confirm if you are using m1 based mac ?
@anilabhadatta I was using m3 based mac.
@donadoio use latest pull. Selenium base is integrated so shouldn't cause issues
I am not able to run this code in mac Apple silicon. do you have cli option to start the scrapper.