Can't install the dependencies #14
-
Hi, I'm currently stuck at the Install Dependencies step. Many times I have this message : Or this one : So when I try to generate I have "Dependencies needs to be installed in the add-on preferences." Thanks a lot for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
On the first issue, you can go to: (c:\program files\blender foundation\blender 3.5\3.5\python\lib\site-packages and delete the folder called -umpy. It's an old version of numpy pip keeps like this, but it is not needed anymore. On the other problem, the solution could be similar, however in the console messages you can see another path to side-packages. You should open this folder and delete the folder called torch(with Blender closed), and then open Blender again and try Install All Dependencies again. There is a lot of hit and miss when using pip and dependancy installation, and then the modules gets updated and something breaks again and again. Let me know if this works out for you. |
Beta Was this translation helpful? Give feedback.
On the first issue, you can go to: (c:\program files\blender foundation\blender 3.5\3.5\python\lib\site-packages and delete the folder called -umpy. It's an old version of numpy pip keeps like this, but it is not needed anymore.
On the other problem, the solution could be similar, however in the console messages you can see another path to side-packages. You should open this folder and delete the folder called torch(with Blender closed), and then open Blender again and try Install All Dependencies again.
There is a lot of hit and miss when using pip and dependancy installation, and then the modules gets updated and something breaks again and again.
Let me know if this works out for you.