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

No module named 'telnetlib' under py3.13 #428

Open
chenrui333 opened this issue Oct 13, 2024 · 1 comment
Open

No module named 'telnetlib' under py3.13 #428

chenrui333 opened this issue Oct 13, 2024 · 1 comment

Comments

@chenrui333
Copy link

PEP 594 has led to the removal of the pipes module in Python 3.13.

https://docs.python.org/3/whatsnew/3.13.html

relates to Homebrew/homebrew-core#194146

@13ph03nix
Copy link
Contributor

13ph03nix commented Nov 18, 2024

@wh0am1i is handling this fix. Here are some suggestions:

  1. Ensure that any new package used is available in Debian’s official repositories to maintain compatibility.
  2. To check if a package exists in Debian:
    • Run apt search:

      apt search python3-[library-name]
      image
    • Check the Debian Packages website:
      Go to Debian Packages and search for the library name (e.g., python3-requests).

Please verify compatibility before adding any new libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants