Error while deploying the app.py

Hi,

I was trying to deploying an app using streamlit cloud.

The app can be found on the following link: GitHub - FraneCal/Glassdoor-scraper-website

When the app is in the “oven” all of a sudden I get an error but I doesn’t say what is the problem (picture below).

Could someone help me out with this issue?

Thanks.

BR, Frane

Looks like the logs weren’t fully printed (it happens sometimes in streamit cloud). This is the relevant part of the logs I got trying to deploy your app:

  × No solution found when resolving dependencies:
  ╰─▶ Because seleniumbase==4.39.0 depends on packaging>=25.0 and you
      require packaging==24.2, we can conclude that your requirements and
      seleniumbase==4.39.0 are incompatible.
      And because you require seleniumbase==4.39.0, we can conclude that your
      requirements are unsatisfiable.

Hi, so I should change packaging to packaging>=25.0 and downgrade seleniumbase to seleniumbase==4.38.0?

Well, I don’t know why you are asking for those specific requirements or how changing them may affect your program.

By looking at your code, I don’t see why you need to require packaging at all. I guess seleniumbase==4.39.0 is ok if that is what you want.