DeepBump icon indicating copy to clipboard operation
DeepBump copied to clipboard

Error when installing dependencies

Open eyemcreative opened this issue 2 years ago • 1 comments

When I try to install the dependencies, it loads for a second and then gives me this error: Command '['C:\Program Files\Blender Foundation\Blender 3.2\3.2\python\bin\python.EXE', '-m', 'pip', 'install', 'onnxruntime']' returned non-zero exit status 1.

I can't find any documentation or anyone else talking about this error

eyemcreative avatar Sep 23 '22 22:09 eyemcreative

I am also having this issue. I tried installing DeepBump, and when I clicked the button to get the dependencies this same error occurred. As far as I can find there is no current solution still

Globberbob avatar Oct 07 '22 13:10 Globberbob

Run Blender as Administrator.

FeuerTiger86 avatar Oct 30 '22 17:10 FeuerTiger86

It seems that on Windows, depending how Blender was installed, it can happen that the script doesn't get sufficient permissions to install the dependencies.

As mentioned by @FeuerTiger86, it should work by running Blender as admin (right click on Blender in Windows' menu -> run as administrator). I've updated the readme to mention this. Note that this is just needed for installing dependencies, then Blender can be run normally again

HugoTini avatar Nov 27 '22 17:11 HugoTini