Skip to content
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

Support psutil for finding network addresses #1033

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

juliangilbey
Copy link
Contributor

The netifaces package has been archived by upstream, and pre-compiled wheels are not available for Python >= 3.10. An alternative is the maintained psutil package, and this PR tries to determine network addresses (in localinterfaces.py) using this package before falling back to netifaces and the other existing methods.

@minrk minrk enabled auto-merge (squash) September 17, 2024 08:47
@minrk minrk merged commit 5d48881 into jupyter:main Sep 17, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants