You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The latest selenium package has an error:
The text was updated successfully, but these errors were encountered: