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
Looks like typing operand | is only supported in python>=3.10
File "/usr/local/danny-config/python3/lib/python3.9/site-packages/nodriver/__init__.py", line 2, in <module>
from nodriver.core import util
File "/usr/local/danny-config/python3/lib/python3.9/site-packages/nodriver/core/util.py", line 21, in <module>
from .element import Element
File "/usr/local/danny-config/python3/lib/python3.9/site-packages/nodriver/core/element.py", line 13, in <module>
from .config import PathLike
File "/usr/local/danny-config/python3/lib/python3.9/site-packages/nodriver/core/config.py", line 25, in <module>
PathLike = TypeVar("PathLike", bound=str | pathlib.Path)
TypeError: unsupported operand type(s) for |: 'type' and 'type'
The text was updated successfully, but these errors were encountered:
Looks like typing operand
|
is only supported in python>=3.10The text was updated successfully, but these errors were encountered: