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
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
I'm getting a DeprecationWarning when importing google_crc32c:
File ".../secrets.py", line 9, in <module>
import google_crc32c
File ".../lib/python3.8/site-packages/google_crc32c/__init__.py", line 25, in <module>
from google_crc32c import cext as impl
File ".../lib/python3.8/site-packages/google_crc32c/cext.py", line 19, in <module>
import google_crc32c.__config__ # type: ignore
File ".../lib/python3.8/site-packages/google_crc32c/__config__.py", line 18, in <module>
import pkg_resources
File ".../lib/python3.8/site-packages/pkg_resources/__init__.py", line 121, in <module>
warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
You can reproduce the issue by importing google_crc32c in a script and running it with -Wall.
I'm getting a DeprecationWarning when importing
google_crc32c:You can reproduce the issue by importing
google_crc32cin a script and running it with-Wall.