You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using the latest python version for our docker version and this updated to 3.12 today.
While building a new release as of now, we came across this issue.
We do not have this issue when building our image with python 3.11
The text was updated successfully, but these errors were encountered:
Hello @MaxAvonic thanks for raising but I could not reproduce. I created a empty conda environement with python 3.12.0 installed, ran a clean pip install balena-sdk from scratch and ran our test suite and manually tested a basic example and everything worked. More over, I ran our CI with Python 3.12 and everything is fine: #348
Now looking at your error I see it is caused because a bug on a version of the typing_extensions library which was already fixed on python/typing_extensions#162 and on our SDK we defined this library version as "*" here, which means, any version. I suspect that in your build process some other library or some caching is setting this library aswell using an outdated version that has the bug, could you please ensure you set typing_extensions library to latest and check if it works?
We were using the latest python version for our docker version and this updated to 3.12 today.
While building a new release as of now, we came across this issue.
We do not have this issue when building our image with python 3.11
The text was updated successfully, but these errors were encountered: