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
I was trying to use this module in Python 3.14.0-alpha.0, and encountered this error:
Traceback:
/opt/hostedtoolcache/Python/3.14.0-alpha.0/x64/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
core/tests/test_BlockParallelReaders.py:19: in <module>
import zstandard
/opt/hostedtoolcache/Python/3.14.0-alpha.0/x64/lib/python3.14/site-packages/zstandard/__init__.py:21: in <module>
from typing import ByteString
E ImportError: cannot import name 'ByteString' from 'typing' (/opt/hostedtoolcache/Python/3.14.0-alpha.0/x64/lib/python3.14/typing.py)
0 assertions tested.
Looking at the changelog, it seems that typing.ByteString has been removed.
The text was updated successfully, but these errors were encountered:
I was trying to use this module in Python 3.14.0-alpha.0, and encountered this error:
Looking at the changelog, it seems that
typing.ByteString
has been removed.The text was updated successfully, but these errors were encountered: