개발/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

 

728x90
반응형

'개발 > Python' 카테고리의 다른 글

PIP package backup / restore  (0) 2023.04.19
Linux Anaconda Download, Install, Update  (0) 2023.04.18
Ubuntu pip install / upgrade  (0) 2023.03.07
Ubuntu 20.04 Python 3.9 / 3.10 install  (2) 2022.04.04
Python 3.9 pip run error  (0) 2022.01.11