Error:
Collecting pybgpstream
Using cached pybgpstream-2.0.2.tar.gz (11 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: python-dateutil in /usr/local/lib/python3.10/dist-packages (from pybgpstream) (2.8.2)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil->pybgpstream) (1.16.0)
Building wheels for collected packages: pybgpstream
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for pybgpstream (setup.py) ... error
ERROR: Failed building wheel for pybgpstream
Running setup.py clean for pybgpstream
Failed to build pybgpstream
ERROR: Could not build wheels for pybgpstream, which is required to install pyproject.toml-based projects
Я установил колесо еще раз, но решения не нашлось.
Привет, ребята, когда я пытаюсь установить pybgpstream с помощью следующей команды, выдает ошибку. Пожалуйста, помогите мне. [code]!pip install pybgpstream [/code] [code]Error: Collecting pybgpstream Using cached pybgpstream-2.0.2.tar.gz (11 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: python-dateutil in /usr/local/lib/python3.10/dist-packages (from pybgpstream) (2.8.2) Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil->pybgpstream) (1.16.0) Building wheels for collected packages: pybgpstream error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for pybgpstream (setup.py) ... error ERROR: Failed building wheel for pybgpstream Running setup.py clean for pybgpstream Failed to build pybgpstream ERROR: Could not build wheels for pybgpstream, which is required to install pyproject.toml-based projects [/code] Я установил колесо еще раз, но решения не нашлось.