HugoTini / DeepBump

Normal & height maps generation from single pictures
https://hugotini.github.io/deepbump
GNU General Public License v3.0
1.02k stars 36 forks source link

dependencies don't install on blender 3.5 #22

Closed RiceWitch closed 1 year ago

RiceWitch commented 1 year ago

Command '['C:\Program Files\Blender Foundation\Blender 3.5\3.5\python\bin\python.exe', '-m', 'pip', 'install', 'onnxruntime']' returned non-zero exit status 1. It seems I'm the only one having the issue.

RiceWitch commented 1 year ago

different error comes up when I disable it Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py", line 421, in disable mod.unregister() File "C:\Users\emmet\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\DeepBump-6__init__.py", line 497, in unregister del bpy.types.Scene.deep_bump_tool AttributeError: deep_bump_tool

RiceWitch commented 1 year ago

I even re-installed the addon and python and have the windows longer code thing on 1

RiceWitch commented 1 year ago

figured out you have to run blender as administrator, no idea why only one person brought it up in a previous thread.

HugoTini commented 1 year ago

It is written in the readme that you should try running as admin in case of problem

sultansairam commented 1 year ago

Even if run as the admin, I get the same error as :

image

I also reset the PC and installed python 3.11.3 v along with PIP. But no use. Please help ASAP