nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
732 stars 307 forks source link

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? #133

Closed kartikey-git closed 11 months ago

kartikey-git commented 1 year ago

Describe the bug When running the easyapplybot.py the linkedin page opens and searches for jobs but then the program crashes. The error I get is - bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? I tried to debug it myself. downloaded lxml library using pip but still getting the same error. The error occurs at this line no 453. -> page = BeautifulSoup(self.browser.page_source, "lxml")

Screenshots If applicable, add screenshots of the LinkedIn page you are attempting to apply to. Logs Screenshot

image

error screenshot

image

Logs If applicable, attach your logs file found in ./logs/

Error Statement bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

Desktop (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

github-actions[bot] commented 12 months ago

Stale issue message