개발/Python
python library install
강서버
2023. 3. 7. 02:30
728x90
반응형
[ telnetlib (telnetlib3) ]
$ pip install telnetlib3
Defaulting to user installation because normal site-packages is not writeable
Collecting telnetlib3
Downloading telnetlib3-2.0.0-py2.py3-none-any.whl (89 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.2/89.2 kB 3.5 MB/s eta 0:00:00
Installing collected packages: telnetlib3
Successfully installed telnetlib3-2.0.0
$ pip install telnetlib
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement telnetlib (from versions: none)
ERROR: No matching distribution found for telnetlib
[ 참조 ] https://wikidocs.net/187096
반응형