platform · inferred from evidence
PyPI
The Python Package Index, a repository for Python libraries.
- Missing Python 3.10 wheels for oso 0.22.1 (pip install fails)
Missing Python 3.10 wheels for oso 0.22.1 (pip install fails). The maintainer built and uploaded the Python 3.10 wheels to PyPI for oso 0.22.1, so a plain pip install works again.
- 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.
- ImportError: cannot import apply_realtime_delay from amazon_transcribe.utils
The simple_file.py example imports apply_realtime_delay, which did not exist in the PyPI release (v0.6.0). Your example code is newer than your installed package.