You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Пробую делать шаг за шагом по документу README.md. Система на Ubuntu 23.10 (на 22.04 LTS все поучается)
Python 3.11.6
pip 23.2
После команды python -m pip install -r requirements.txt
Получаю ошибку:
third_party/protobuf/src/google/protobuf/util/internal/utility.cc:348:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
348 | for (int i = 0; i < GOOGLE_ARRAYSIZE(well_known_types_name_array_); ++i) { error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for grpcio-tools
Running setup.py clean for grpcio-tools
Failed to build grpcio-tools ERROR: Could not build wheels for grpcio-tools, which is required to install pyproject.toml-based projects
Не понимаю, чего в системе не хватает. Подскажите, как установить эту обёртку?
The text was updated successfully, but these errors were encountered:
Пробую делать шаг за шагом по документу README.md. Система на Ubuntu 23.10 (на 22.04 LTS все поучается)
Python 3.11.6
pip 23.2
После команды
python -m pip install -r requirements.txt
Получаю ошибку:
third_party/protobuf/src/google/protobuf/util/internal/utility.cc:348:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
348 | for (int i = 0; i < GOOGLE_ARRAYSIZE(well_known_types_name_array_); ++i) {
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for grpcio-tools
Running setup.py clean for grpcio-tools
Failed to build grpcio-tools
ERROR: Could not build wheels for grpcio-tools, which is required to install pyproject.toml-based projects
Не понимаю, чего в системе не хватает. Подскажите, как установить эту обёртку?
The text was updated successfully, but these errors were encountered: