Open alexge233 opened 2 years ago
Same problem...
Same problem here. This is a problem in the quad mesh simplify library though. Issue was mentioned there, including quick workaround https://github.com/jannessm/quadric-mesh-simplification/issues/14: download the repo, build it and then copy the build folder into your virtual environment.
As another quick workaround, instead of copying files, you can use the PR branch here from @Xiaoming-Zhao, which contains a fixed version. To install it, run the following command using pip:
pip install git+https://github.com/Xiaoming-Zhao/quadric-mesh-simplification.git
After that, you can install voxelfuse using pip:
pip install voxelfuse
This is using python 3.9.5 on OSX (x64) and installed using pip.