madingess / EasyApplyBot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
GNU General Public License v3.0
101 stars 113 forks source link

Getting error when running main.py #33

Closed ketanmalempati closed 6 months ago

ketanmalempati commented 7 months ago

Traceback (most recent call last): File "/content/EasyApplyBot/source/app/main.py", line 7, in from linkedineasyapply import LinkedinEasyApply File "/content/EasyApplyBot/source/app/linkedineasyapply.py", line 1, in import time, random, csv, pyautogui, pdb, traceback, sys File "/usr/local/lib/python3.10/dist-packages/pyautogui/init.py", line 241, in import mouseinfo File "/usr/local/lib/python3.10/dist-packages/mouseinfo/init.py", line 223, in _display = Display(os.environ['DISPLAY']) File "/usr/lib/python3.10/os.py", line 680, in getitem raise KeyError(key) from None KeyError: 'DISPLAY'

utkarshb95 commented 6 months ago

Seems like this problem is in your end. Check packages and python installation are proper.

ketanmalempati commented 6 months ago

@utkarshb95 Could you share the packages used and their versions?

utkarshb95 commented 6 months ago

@ketanmalempati I only installed the packages from requirements.txt file provided in this repo.

madingess commented 6 months ago

This comes from the initialization of one of the dependencies and is unrelated to this project. It seems like there be some weird configuration with your local environment. Perhaps this SO post will solve your issue?