-
Hello, just wanted to report that I have an existing Dockerfile that is build on top of When I try to upgrade the Python version to
Here are some of the dependencies that I suspect. However, they install correctly on 3.8
Would love to get your thoughts how you would approach that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem comes from |
Beta Was this translation helpful? Give feedback.
The problem comes from
orjson
package. It is a Rust-based library if you upgrade it to the latest version (3.9.15) then it'd probably resolve this issue.