jannessm / quadric-mesh-simplification

Fast python implementation of the quadric mesh simplification algorithm from http://mgarland.org/files/papers/quadrics.pdf
MIT License
105 stars 10 forks source link

Trouble in installing #15

Closed Zhentao-Liu closed 3 months ago

Zhentao-Liu commented 2 years ago

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?

Zhentao-Liu commented 2 years ago

install When I run pip install . , it shows that successfully installed quad-mesh-simplify-1.1.5, but I don't know where it installed?

Zhentao-Liu commented 2 years ago

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.

Arnout25 commented 2 years ago

had the same problem, just download the zip and put quad_mesh_simplify in your site-packages by hand

ntakouris commented 1 year ago
cp -r quadric-mesh-simplification/quad_mesh_simplify/ /opt/conda/lib/python3.x/site-packages/quad_mesh_simplify