onnx python 3.10 dependencies #2464
Unanswered
adilchhabra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to install yolox on an AWS lambda docker container running python 3.10. However, I am unsure about how to work out the dependencies for it. In particular, what version of onnx and onnxruntime do I require? It seems that 'pip install yolox' calls for onnxruntime==1.8.0 which is not installing on Python 3.10. Any tips would be really appreciated!
Beta Was this translation helpful? Give feedback.
All reactions