Closed Zhentao-Liu closed 3 months ago
When I run pip install . , it shows that successfully installed quad-mesh-simplify-1.1.5, but I don't know where it installed?
Ok, I find that it install in my envs site-package named as quad_mesh_simplify-1.1.5.dist-info, but there is still no file named simplify_mesh.py. I think I failed in installing this package. Who can solve my problem.
had the same problem, just download the zip and put quad_mesh_simplify in your site-packages by hand
cp -r quadric-mesh-simplification/quad_mesh_simplify/ /opt/conda/lib/python3.x/site-packages/quad_mesh_simplify
I'm sorry that I have trouble in installing your package. When I use pip install quad_mesh_simplify, it only install a dist-info folder. When I download the repository, and run the command that your provide, It just fails. What's wrong?