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
(vid2e) PS D:\projects\code\academic\Event\rpg_vid2e> pip install esim_torch/
Looking in indexes: https://pypi.org/simple/
Processing d:\projects\code\academic\event\rpg_vid2e\esim_torch
Preparing metadata (setup.py) ... done
Building wheels for collected packages: esim_torch
Building wheel for esim_torch (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
E:\env\conda\envs\vid2e\lib\site-packages\setuptools\_distutils\extension.py:139: UserWarning: Unknown Extension options: 'verbose'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build\lib.win-amd64-cpython-39\esim_torch
copying src\esim_torch\esim_torch.py -> build\lib.win-amd64-cpython-39\esim_torch
copying src\esim_torch\__init__.py -> build\lib.win-amd64-cpython-39\esim_torch
running build_ext
building 'esim_cuda' 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 esim_torch
Running setup.py clean for esim_torch
Failed to build esim_torch
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (esim_torch)
when i run pip install esim_torch/, it shows me the error 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]. But i have already installed msvc14.1. when i type cl in cmd, it will give me the right feedback as 用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.16.27051 版 版权所有(C) Microsoft Corporation。保留所有权利。. so i don't know how to fix this error
The text was updated successfully, but these errors were encountered:
when i run
pip install esim_torch/
, it shows me the errorerror: 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]
. But i have already installed msvc14.1. when i typecl
in cmd, it will give me the right feedback as用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.16.27051 版 版权所有(C) Microsoft Corporation。保留所有权利。
. so i don't know how to fix this errorThe text was updated successfully, but these errors were encountered: