-
Notifications
You must be signed in to change notification settings - Fork 176
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
Bump up viztracer version and pull binaries from storage account for … #1661
Bump up viztracer version and pull binaries from storage account for … #1661
Conversation
viztracer dev here - VizPlugin is a pure Python implementation so it should support 3.11. The reason that 3.11 is not shown on the github page is the label is never updated. However, I'll test if it actually works on 3.11 and update the version. The attach mechanism is updated between 0.14.3 and the current 0.15.5, which I believe was used? VizTracer now supports gdb based attach by default, which means you don't need a pre-installed process to be attached. However, you can still use the backward-compatible command with LMK if there's anything I can help with this. |
Building wheel for psutil fails while installing vizplugins 0.1.2 for python 3.11 in Windows. |
This seems like a |
Just FYI, there are some fundamental issues with 0.15.5 and the plugins, besides the fact that |
Thanks for the update! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…python 3.11
] Tests are included and/or updated for code changes.] Proper license headers are included in each file.The purpose of this PR is to install python 3.11 tools to /opt/python/3/bin instead of usr/local/bin folder as requested by Antares.
However, looks like vizplugins is not supported in python 3.11 and this package could not be transitioned.
https://pypi.org/project/vizplugins/
Edit: pip install vizplugins fails for python 3.11 because of building wheel for psutil failure.
Here is a screenshot to validate this change.