InstantMesh icon indicating copy to clipboard operation
InstantMesh copied to clipboard

RuntimeError: Could not locate a supported Microsoft Visual C++ installation

Open ENIACZH opened this issue 1 year ago • 1 comments

ops.py 43 _get_plugin raise RuntimeError("Could not locate a supported Microsoft Visual C++ installation")

RuntimeError: Could not locate a supported Microsoft Visual C++ installation

ENIACZH avatar May 15 '24 10:05 ENIACZH

ops.py 43 _get_plugin raise RuntimeError("Could not locate a supported Microsoft Visual C++ installation")

RuntimeError: Could not locate a supported Microsoft Visual C++ installation

Install Visual studio community edition then install all C++ packages, This fixed my problem.

RahulMht avatar May 17 '24 17:05 RahulMht