changes in requirements.txt:
--> delete "pymeshlab" (because there is "pymeshlab==2022.2.post4")
--> change git+https://github.com/YuliangXiu/rembg.git@hf --> git+https://github.com/YuliangXiu/rembg.git (because there is no longer a tag "hf")
--> add open3d==0.17.0mediapipeeinopsgdown
--> set numpy==1.24.4
because of "ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it)."
Thanks to @levnikolaevich, here is his solution which was tested on Ubuntu 20.04:
========= close and re-open current shell =========
-->add "mkl=2024.0.0" in the "environment.yaml" https://github.com/pytorch/pytorch/issues/123097
changes in requirements.txt: --> delete "pymeshlab" (because there is "pymeshlab==2022.2.post4") --> changenumpy._import_array' to disable if you are certain you don't need it)."
git+https://github.com/YuliangXiu/rembg.git@hf
-->git+https://github.com/YuliangXiu/rembg.git
(because there is no longer a tag "hf") --> addopen3d==0.17.0
mediapipe
einops
gdown
--> set numpy==1.24.4 because of "ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'Originally posted by @levnikolaevich in https://github.com/River-Zhang/SIFU/issues/20#issuecomment-2067735376