-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
[Bug] Python 3.10 builds are not working with PyOxidizer #557
Comments
That We should not see this issue with PyOxidizer unless the Do you have a And since this looks like a PyOxidizer issue, I'm going to attempt to transfer the issue there... |
@indygreg as mentioned above {ups will update the reproduce steps} I just created a init config file with the latest PyOxidizer release and changed python_version to version 3.10 |
@indygreg I updated the instructions so that you can reproduce it. |
This might be due to PyO3/pyo3#2370. The Rust struct representing |
- not currently possible to switch due to [PyOxidizer bug](indygreg/PyOxidizer#557)
Bumping this — seems like the relevant PyO3 bug has been fixed, if I've been following the right PRs? Would love to switch to PyOxidizer from PyInstaller as can be seen from my referenced commit above, but the broken 3.10 builds are holding me back from the switch. Thanks for your work on PyOxidizer, it looks great from what I've played with so far 👍 |
@ThatNerdSquared I think you need to wait for the next release or build PyOxidizer from the |
Release for |
Steps to reproduce
Hey looks like there is an issue with the python-standalone build.
Between version 3.9 and 3.10.
I don't know if it is an issue with pyOxidizer or the building tools.
Output Python 3.9
Output Python 3.10
The text was updated successfully, but these errors were encountered: