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
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" pytorch/pytorch#123097
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.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 'numpy._import_array' to disable if you are certain you don't need it)."
Originally posted by @levnikolaevich in #20 (comment)
The text was updated successfully, but these errors were encountered: