TencentARC / InstantMesh

InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models
Apache License 2.0
3.41k stars 368 forks source link

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

Open ENIACZH opened 6 months ago

ENIACZH commented 6 months ago

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

RahulMht commented 6 months ago

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.