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
Building wheels for collected packages: tuxedo
Building wheel for tuxedo (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for tuxedo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
building 'tuxedo' 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 tuxedo
Failed to build tuxedo
ERROR: Could not build wheels for tuxedo, which is required to install pyproject.toml-based projects
Hi there
Above is my error message when I run ------ pip install tuxedo ------------ in pycharm, I also tried to install 14+ VC++ as it mentioned but won't help, so don't know if you could give me some clue to solve this issue?
The text was updated successfully, but these errors were encountered:
Building wheels for collected packages: tuxedo
Building wheel for tuxedo (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for tuxedo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
building 'tuxedo' 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 tuxedo
Failed to build tuxedo
ERROR: Could not build wheels for tuxedo, which is required to install pyproject.toml-based projects
====================================================================
Hi there
Above is my error message when I run ------ pip install tuxedo ------------ in pycharm, I also tried to install 14+ VC++ as it mentioned but won't help, so don't know if you could give me some clue to solve this issue?
The text was updated successfully, but these errors were encountered: