-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update some constraints.txt requirements for python 3.10 support #20191
Update some constraints.txt requirements for python 3.10 support #20191
Conversation
Note that pip compile fails because mbed and esp32 disagree on click version, so I manually edited the constraints file I managed to use it to bootstrap on 3.10 (after some more changes to the PW repo to pw_doctor) and also bootstrapped on 3.9 in a vscode docker image.
PR #20191: Size comparison from c8bfba9 to 6387a41 Increases (1 build for cc13x2_26x2)
Decreases (3 builds for cc13x2_26x2, k32w, telink)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
@pan- Can you help get mbed os dependencies upgraded.. |
This is what I got:
so I believe it is mbed that forces the requirements for less than 8 and that causes issues, but at the same time esp32 requires 8.0 so we could fix that too. I believe forcing low version is what we need to fix, so mbed-tools should be updated. |
Yes we will help. Thanks for raising the issue. |
Note that pip compile fails because mbed and esp32 disagree on click version, so I manually edited the constraints file I managed to use it to bootstrap on 3.10 (after some more changes to the PW repo to pw_doctor) and also bootstrapped on 3.9 in a vscode docker image.
Note that pip compile fails because mbed and esp32 disagree on click version, so I manually edited the constraints file I managed to use it to bootstrap on 3.10 (after some more changes to the PW repo to pw_doctor) and also bootstrapped on 3.9 in a vscode docker image.
Note that pip compile fails because mbed and esp32 disagree on click
version, so I manually edited the constraints file
I managed to use it to bootstrap on 3.10 (after some more changes to the
PW repo to pw_doctor) and also bootstrapped on 3.9 in a vscode docker
image.