-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot build for py311 #33
Comments
@kefeimo I was wondering if you had built it locally with py11 |
@craig8, I did. But I forgot it failed last time, that's why I stopped it at py310. |
As a submodule, to resolve VOLTTRON/dnp3-python#33
@Xelus22 , Thanks for the comment.
|
Got it. It looks like your pybind11 submodule is behind, which is likely the cause of py3.11 fail (at least for Linux.) We merged PR #36 recently to update the submodule pybind11. into develop branch. So, I am hopeful that at you local develop branch, run |
@Xelus22 |
Thanks, the first link worked! That created the wheel :) Compiled for win32 py3.11 |
@Xelus22 |
Python now comes with its own unified/version control with |
Good work!!! |
And technically this compilation is done on a VM but should in theory work the exact same since I just have a fresh VM for mucking around |
Ref:
log: https://github.com/VOLTTRON/dnp3-python/actions/runs/4757291625/jobs/8453926574
The text was updated successfully, but these errors were encountered: