Package: python3-grpc-tools
Version: 1.14.1-7+b3
Severity: serious

grpc_tools.protoc doesn't start, apparently its missing a dependency:

% python3 -m grpc_tools.protoc -I. --python_out=foo --grpc_python_out=foo 
ui.proto
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/grpc_tools/protoc.py", line 17, in 
<module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name               Version      Architecture Description
+++-==================-============-============-===========================================
ii  python3-grpc-tools 1.14.1-7+b3  riscv64      Protobuf code generator for 
gRPC (Python 3)

ii  python3.13             3.13.2-3      riscv64      Interactive high-level 
object-oriented language (version 3.13)
ii  python3.13-dev         3.13.2-3      riscv64      Header files and a static 
library for Python (v3.13)
ii  python3.13-minimal     3.13.2-3      riscv64      Minimal subset of the 
Python language (version 3.13)
ii  python3.13-venv        3.13.2-3      riscv64      Interactive high-level 
object-oriented language (pyvenv binary, version 3.13)


Installing python3-pkg-resources makes *this* error go away.

Chris

Reply via email to