Skip to content
New issue

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

Selenium installation error: No module named 'typing_extensions' #11

Open
metaodi opened this issue Jan 23, 2024 · 2 comments
Open

Selenium installation error: No module named 'typing_extensions' #11

metaodi opened this issue Jan 23, 2024 · 2 comments

Comments

@metaodi
Copy link
Owner

metaodi commented Jan 23, 2024

The latest selenium package has an error:

Traceback (most recent call last):
  File "./lib/website_hash.py", line 30, in <module>
    import download as dl
  File "/home/runner/work/website-monitor/website-monitor/lib/download.py", line 6, in <module>
    from selenium import webdriver
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/selenium/webdriver/__init__.py", line 29, in <module>
    from .firefox.firefox_profile import FirefoxProfile  # noqa
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/selenium/webdriver/firefox/firefox_profile.py", line 31, in <module>
    from typing_extensions import deprecated
ModuleNotFoundError: No module named 'typing_extensions'
Error: Process completed with exit code 1.
@metaodi
Copy link
Owner Author

metaodi commented Jan 23, 2024

Selenium has an issue for it: SeleniumHQ/selenium#13486

@metaodi
Copy link
Owner Author

metaodi commented Jan 23, 2024

I simply pinned the version to selenium 4.16.0: 67cf60c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant