mr2dark

Results 5 comments of mr2dark

That's the issue of missing hooks for PyInstaller which are the way to adapt PyInstaller to different ways of using Python modules. `opentelemetry` relies on package metadata (`entry_points.txt` within the...

I've migrated to [the recommended`gcld3` package](https://github.com/bsolomon1124/pycld3?tab=readme-ov-file#newer-alternative-gcld3) after all attempts to work around various Python 3.11 build issues. I've managed to build `gcld3` for Python 3.11.

For the record, in my case on Debian 12 `gcld3` needs the `libprotobuf32` package to run. The following packages are needed to build/install `gcld3`: - `build_essential` - `libprotobuf_dev` - `protobuf_compiler`

Самый простой вариант реализации протокола - на основе стандартных текстовых потоков `stdin`/`stdout`. Но если будет взят вариант на основе сетевого взаимодействия, то тут лучше использовать распространённые библиотеки, где вопросы оптимизации...

Насколько я понимаю, пока `Dockerfile` не отличается от того, что [был в прошлом году](https://github.com/MailRuChamps/raic-2019/blob/master/clients/python/Dockerfile).