-
Notifications
You must be signed in to change notification settings - Fork 59
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
Upgrade gProfiler exe to use Python 3.11 #771
Conversation
@mpozniak95 see my note here. Please try to change granulate-utils reference of your branch to the one from intel/granulate-utils#139 (commit intel/granulate-utils@b5f0b98) and it should fix the Aarch64 build, and let's see if the problem I described in the linked commment disappears with Python 3.11 |
Seems like on 3.11 this triggers as well. We will need to solve this, because grpcio needs to be upgraded for 3.11 support, right @mpozniak95 ? |
Building x86_64 executable with previous version of grpcio (1.43.0) results with: According to grpc release notes python 3.11 is supported from version 1.50.0 and python3.11 on aarch64 is supported from 1.53.0. So we need to solve this |
With #790 merged, this may be an option now as we no longer need to support 3.8. @mpozniak95 if you have the time, you can take another look at it now. |
Superseded by #873 |
Related Issue
#766