chaiNNer icon indicating copy to clipboard operation
chaiNNer copied to clipboard

ONNX runtime is not supported with a system Python version newer than 3.9.x

Open Kim2091 opened this issue 2 years ago • 3 comments

This is due to ONNX runtime not supporting 3.10.x and newer for the preferred 1.11 release.

Kim2091 avatar Jul 30 '22 21:07 Kim2091

I'm not really sure why you opened an issue for this since there isn't anything I can even do about it.

joeyballentine avatar Jul 31 '22 00:07 joeyballentine

This specially is not fixable until onnxruntime gets support for 3.10. however, chainner could do a better job relaying the errors to the user.

Since we just expect things to work as we expect the user to be using 3.9, we didn't really consider adding error parsing and having error popups for the dependency manager. This was obviously a bad oversight, so we should definitely communicate those kinds of errors to the user.

joeyballentine avatar Jul 31 '22 01:07 joeyballentine

IMO, we should just drop 3.10. We already excluded it from CI tests, because it caused problems, so it's already partially dropped.

RunDevelopment avatar Jul 31 '22 11:07 RunDevelopment

Fixed as of v0.12.0

joeyballentine avatar Sep 06 '22 02:09 joeyballentine