Eugen
Eugen
> Thanks for letting me know. I don't have time to look into this at the moment, unfortunately. Here's the fix: https://github.com/scalawithcats/scala-with-cats/pull/216 @noelwelsh could you please take a look?
@yitingfeng Do you have an error message? That's what I see on startup: ``` [2023-02-19 22:51:52] [ERROR] Got error Traceback (most recent call last): File "/usr/src/app/main.py", line 68, in WebDriverWait(driver,...
Sure, this is the thing with deprecated `setuptools` in py3.12 originally. I'd assume luigi codebase to bring all the dependencies itself when declaring it's been tested against particular py version....
Great job! As alternative solution, we can replace deprecated API calls with `importlib` calls as suggested [here](https://setuptools.pypa.io/en/latest/pkg_resources.html) `pkg_resources` is used in 2 places only