am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
499 stars 352 forks source link

install.bat not working #194

Closed HugoPrado closed 2 years ago

HugoPrado commented 2 years ago

Im gettting the error "curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012)" when executing install.bat

How do I solve this?

HugoPrado commented 2 years ago

change "curl -L -o %~1 %URL%%TAG%/%~1" to "curl --ssl-no-revoke -L -o %~1 %URL%%TAG%/%~1" in the install.bat worked for me.