imartemy1524 / vk_captcha

Vk Captcha solver
MIT License
28 stars 11 forks source link

ValueError: This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled #8

Closed DUB1401 closed 1 year ago

DUB1401 commented 1 year ago

Please, add supporting for onnxruntime version 1.16.x and newer, because they crashes script with error:

ValueError: This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled

Also you may describe onnxruntime required version in your requirements.txt.

Link to same issue and problem solution.

SlowMotion241 commented 1 year ago

I have same error

DUB1401 commented 1 year ago

I have same error

You may install onnxruntime version 1.15.1. I think this is a temporary solution, but it works.

pip install onnxruntime==1.15.1
SlowMotion241 commented 1 year ago

I have same error

You may install onnxruntime version 1.15.1. I think this is a temporary solution, but it works.

pip install onnxruntime==1.15.1

Yes. Its help me) Thank you

DUB1401 commented 1 year ago

This issue has been resolved in onnxruntime version 1.16.1. All you need is to update the library.

pip install onnxruntime -U