You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error I found during running the .hy3dgen/texgen/custom_rasterizer/setup.py install:
ninja: error: '/home/user0/Hunyuan3D-2/lib/custom_rasterizer_kernel/grid_neighbor.cpp', needed by '/home/user0/Hunyuan3D-2/build/temp.linux-x86_64-cpython-310/lib/custom_rasterizer_kernel/grid_neighbor.o', missing and no known rule to make it
(Actually I did not find the file named 'grid_neighbor.o' indeed.)
How to reproduce this error:
For personal reasons I have to build a venv in this repo:
I firstly built a venv in the folder of this repo:
sudo python3.10 -m venv venv
Then during the python setup part I always use like this format:
However, I modified the ./hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh to set the python path to my python in the venv and it ran well.(Refer to the issue #1 but I still got the same ModuleNotFoundError)
The content of my ./hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh file:
The error I found during running the .hy3dgen/texgen/custom_rasterizer/setup.py install:
ninja: error: '/home/user0/Hunyuan3D-2/lib/custom_rasterizer_kernel/grid_neighbor.cpp', needed by '/home/user0/Hunyuan3D-2/build/temp.linux-x86_64-cpython-310/lib/custom_rasterizer_kernel/grid_neighbor.o', missing and no known rule to make it
(Actually I did not find the file named 'grid_neighbor.o' indeed.)
How to reproduce this error:
For personal reasons I have to build a venv in this repo:
I firstly built a venv in the folder of this repo:
Then during the python setup part I always use like this format:
after finishing installing the depencies, i tried to run the setup.py in:
Then I can see the error in the first part. :(
However, I modified the ./hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh to set the python path to my python in the venv and it ran well.(Refer to the issue #1 but I still got the same ModuleNotFoundError)
The content of my ./hy3dgen/texgen/differentiable_renderer/compile_mesh_painter.sh file:
The text was updated successfully, but these errors were encountered: