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

ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) #2

Closed Ulf3000 closed 1 year ago

Ulf3000 commented 2 years ago

ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) .. trying to intall manually gives the same error , importing pip in script gives same error

HugoTini commented 2 years ago

It works on Blender 3.0, but I can indeed reproduce the issue on 3.1.

Blender 3.0 is using python 3.9 while Blender 3.1 is using python 3.10 which might be causing the same issue as here. It should be fixed once Microsoft releases onnxruntime for python 3.10

HugoTini commented 1 year ago

Installation is working again, closing the issue