Pieter De Gendt
Pieter De Gendt
When using ui-router in particular (don't know in general), if you inject `ModalService` multiple times it won't work anymore. Solution for me was to return a new `ModalService` instance every...
I've made a gist with the modified factory, maybe someone can comment or verify: https://gist.github.com/pdgendt/c351649feb30860182c2
Yes, I used a distro `protoc`, version 3.6.1 (Ubuntu 20.04). However installing `grpcio-tools` also downgrades the `python-protobuf` to version 3.x.
> I am running in to a similar error, any suggestions? I tried `pip3 install --upgrade grpcio_tools` but that didn't work. Not sure if this helps, but it could be...
@PetteriAimonen this seems to be broken again with the latest version of `grpcio-tools` (v1.49.1).
> If `PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python` works it could be set by default. Yes, it does. Can this be the default for all build systems? Like `cmake` for example.
@PetteriAimonen When is 0.4.7 expected to be released?
> Your protoc version is probably older than your python-protobuf. Try pip3 install --upgrade grpcio_tools ``` $ pip3 install --upgrade grpcio_tools Requirement already satisfied: grpcio_tools in /home/pdgendt/.pyenv/versions/3.10.5/envs/zephyr-test/lib/python3.10/site-packages (1.49.1) Requirement already...
> How? You have an allow list In this particular case, yes. But I think it would be nice to have using `import: true` too.
@mbolivar-ampere thanks for voicing your concerns, I didn't know the complexity was this deep, so it might not be something we want to bother with adding. It's because of a...