Erro instalação TIR Vscode

Olá! Alguém já passou pelo erro abaixo ao tentar instalar o TIR?
Problema na instalação das dependências.
-Versão Python: 3.13.2-

Erro:
.
.
.
Collecting numpy (from tir_framework)
Using cached numpy-2.2.5-cp313-cp313-win_amd64.whl.metadata (60 kB)
Collecting pandas==1.0.1 (from tir_framework)
Using cached pandas-1.0.1.tar.gz (4.9 MB)
Installing build dependencies … error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [83 lines of output]
Ignoring numpy: markers ‘python_version == “3.6” and platform_system != “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version == “3.6” and platform_system == “AIX”’ don’t match your environment
Ignoring numpy: markers ‘python_version >= “3.7” and platform_system == “AIX”’ don’t match your environment
Collecting setuptools
Using cached setuptools-80.3.1-py3-none-any.whl.metadata (6.5 kB)
Collecting wheel
Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Collecting Cython>=0.29.13
Using cached Cython-3.0.12-cp313-cp313-win_amd64.whl.metadata (3.6 kB)
Collecting numpy==1.14.5
Using cached numpy-1.14.5.zip (4.9 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
Using cached setuptools-80.3.1-py3-none-any.whl (1.2 MB)
Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
Using cached Cython-3.0.12-cp313-cp313-win_amd64.whl (2.8 MB)
Building wheels for collected packages: numpy
DEPRECATION: Building ‘numpy’ using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of ‘numpy’. Discussion can be found at Deprecate legacy `setup.py bdist_wheel` mechanism for building projects · Issue #6334 · pypa/pip · GitHub
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status ‘error’
error: subprocess-exited-with-error
.
.
.

Fazendo downgrade do Python para o 3.8, o pacote foi instalado

1 curtida