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
On Python 3.14, `modal run` failed with an empty error box because grpclib 0.4.8 is not compatible with 3.14. The catch is that upgrading modal via `uv lock --upgrade-package modal` does not upgrade its dependencies, so a stale lockfile kep
- ImportError: cannot import name GRPCError from grpclib when running modal setup
`python3 -m modal setup` failed with `ImportError: cannot import name 'GRPCError' from 'grpclib'` even after `pip install --upgrade grpclib` reported 0.4.7. The maintainer dug in and found the smoking gun: `pip show grpclib` in the broken e