TencentARC / InstantMesh

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

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

Open ENIACZH opened 4 months ago

ENIACZH commented 4 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 4 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.