Загрузка...

When installing opentele there is an error with tgcrypto

Thread in Python created by Стаффи Feb 11, 2026. 95 views

  1. Стаффи
    Стаффи Topic starter Feb 11, 2026 Вчера
    error: subprocess-exited-with-error

    × Building wheel for tgcrypto (pyproject.toml) did not run successfully.
    │ exit code: 1
    ╰─> [32 lines of output]
    C:\Users\bredp\AppData\Local\Temp\pip-build-env-524l2lj5\overlay\Lib\site-packages\setuptools\_ :287: UserWarning: Unknown distribution option: 'test_suite'
    warnings.warn(msg)
    C:\ :765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
    !!

    ********************************************************************************
    Please consider removing the following classifiers in favor of a SPDX license expression:

    License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)

    See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
    ********************************************************************************

    !!
    self._finalize_license_expression()
    running bdist_wheel
    running build
    running build_py
    creating -amd64-cpython-312\tests
    copying tests\__init__.py -> -amd64-cpython-312\tests
    creating -amd64-cpython-312\tests\cbc
    copying tests\cbc\test_ -> -amd64-cpython-312\tests\cbc
    copying tests\cbc\__init__.py -> -amd64-cpython-312\tests\cbc
    creating -amd64-cpython-312\tests\ctr
    copying tests\ctr\test_ -> -amd64-cpython-312\tests\ctr
    copying tests\ctr\__init__.py -> -amd64-cpython-312\tests\ctr
    creating -amd64-cpython-312\tests\ige
    copying tests\ige\test_ -> -amd64-cpython-312\tests\ige
    copying tests\ige\__init__.py -> -amd64-cpython-312\tests\ige
    running build_ext
    building 'tgcrypto' extension
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for tgcrypto
    Failed to build tgcrypto
    ERROR: Could not build wheels for tgcrypto, which is required to install pyproject.toml-based projects
    WARNING: There was an error checking the latest version of pip.
     
  2. kekch127
Loading...