I just did the same, with a little help from chatGPT I've reached this roadblock:
It seems like downgrading webdriver_manager to version 3.9.1 didn't
resolve the issue.
It appears that there's an incompatibility between the version of
webdriver_manager you have installed and the discogs_alert package.
Given the current situation, you might need to reach out to the
maintainers of discogs-alert to report this issue, as it might require
a fix or update from their end to ensure compatibility with the latest
versions of webdriver_manager.
Alternatively, you can try using a different version of Python that is
officially supported by both packages. You could create a virtual
environment with a compatible Python version and install the packages
there.
Another option is to try a different alerting service provided by
discogs-alert if available, or explore other similar packages that may
meet your requirements.
From memory (and I have been messing with this on and off for months!). I had a mismatch to do with chrome driver (selenium). I think I managed to sort that by but that just created another error message!
I just did the same, with a little help from chatGPT I've reached this roadblock: