We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'typing_extensions'
This started failing today: https://github.com/goblint/analyzer/actions/runs/7623127712/job/20763900396.
There seems to be a new selenium version today: https://pypi.org/project/selenium/4.17.0/#history. It includes a change which seems related: SeleniumHQ/selenium#13402. Although it also seems to add the typing_extensions dependency but our CI for some reason doesn't install it?!
typing_extensions
The text was updated successfully, but these errors were encountered:
Looks like selenium fixed it with SeleniumHQ/selenium#13487 and made a release. Latest GobView CI jobs succeeded again.
Sorry, something went wrong.
No branches or pull requests
This started failing today: https://github.com/goblint/analyzer/actions/runs/7623127712/job/20763900396.
There seems to be a new selenium version today: https://pypi.org/project/selenium/4.17.0/#history. It includes a change which seems related: SeleniumHQ/selenium#13402. Although it also seems to add the
typing_extensions
dependency but our CI for some reason doesn't install it?!The text was updated successfully, but these errors were encountered: