Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проблема с установкой #11

Open
SigmFreud opened this issue Oct 22, 2023 · 2 comments
Open

Проблема с установкой #11

SigmFreud opened this issue Oct 22, 2023 · 2 comments

Comments

@SigmFreud
Copy link

SigmFreud commented Oct 22, 2023

Пробую делать шаг за шагом по документу 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

Не понимаю, чего в системе не хватает. Подскажите, как установить эту обёртку?

@Shandeika
Copy link

Аналогичная проблема
На Windows собиралось, на Ubuntu не получается

@skinnynpale
Copy link

pip install --no-build-isolation grpcio-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants