AiuniAI / Unique3D

[NeurIPS 2024] Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image
https://wukailu.github.io/Unique3D/
MIT License
3.1k stars 248 forks source link

.cache/torch_extensions/py310_cu121/nvdiffrast_plugin_gl/nvdiffrast_plugin_gl.so: cannot open shared object file: No such file or directory #90

Open 15201308415 opened 3 months ago

15201308415 commented 3 months ago

platform: linux user: was python:3.10.8 python -m venv venv source ./venv/bin/activate export CUDA_HOME="/usr/local/cuda-12.1" pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121 pip install numpy pip install ninja pip install diffusers==0.27.2 pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.3.1/index.html pip install -r requirements.txt all is success run: python app/gradio_local.py --port 7860, it throw this exception, could you help me?