library · inferred from evidence
grpclib
A Python library available on PyPI, referenced in the context of an import error and shadowing issue.
- Python 3.14 with modal fails unless grpclib is upgraded past 0.4.8
How to fix modal: python 3.14 with modal fails unless grpclib is upgraded past 0.4.8.
- modal setup: ImportError cannot import GRPCError from grpclib
The grpclib in the environment is not the real PyPI package: another package shadowed it. Check pip show grpclib for empty metadata; the reliable fix is a fresh virtualenv and a clean pip install modal.