-
Notifications
You must be signed in to change notification settings - Fork 61
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
Python 3.13 removed 'pipes' module #308
Labels
bug
Something isn't working
Comments
That's great, thank you! Looking forward to the release. |
Is there a reason this fix was not included in 3.3.7? Cobbler is currently broken in Fedora 41. https://bugzilla.redhat.com/show_bug.cgi?id=2335620 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building nbclassic with Python 3.13, the build fails due to its use of the pipes library.
pipes was obsoleted in Python 3 (yes, 3.0) and finally removed in 3.13.
You can probably use shlex instead.
The text was updated successfully, but these errors were encountered: