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
This might be caused by functions-framework being installed into /usr/local/lib/python3.13/site-packages/, while protobuf is at /usr/local/lib64/python3.13/site-packages/.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
reproducer:
This seems to be caused by the first branch in
src/google/__init__.py
, as it works without pkg_resources (from setuptools) installed:This might be caused by functions-framework being installed into
/usr/local/lib/python3.13/site-packages/
, while protobuf is at/usr/local/lib64/python3.13/site-packages/
.The text was updated successfully, but these errors were encountered: