You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just FYI:
using junos-eznc with python3.11, I get this (when warnings enabled):
.../venv/lib/python3.11/site-packages/jnpr/junos/transport/tty_telnet.py:2: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
3.13 will be release on Oct 1, 2024...
The text was updated successfully, but these errors were encountered:
@johanreinalda
PyEZ supports Python 3.12 and will be validated using official Python 3.13. The module will be removed if it is deprecated in Python 3.13.
I don't much care one way or another if PyEZ supports telnetlib, but it needs to work with PY3.13. This is causing issues for me with respect to both Napalm and Nornir libraries.
Just FYI:
using junos-eznc with python3.11, I get this (when warnings enabled):
.../venv/lib/python3.11/site-packages/jnpr/junos/transport/tty_telnet.py:2: DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 3.13
3.13 will be release on Oct 1, 2024...
The text was updated successfully, but these errors were encountered: