Table of contents
에러
아래와 같이 에러가 나는 경우가 있다.
Collecting telegram
Using cached telegram-0.0.1.tar.gz (879 bytes)
Using legacy 'setup.py install' for telegram, since package 'wheel' is not installed.
Installing collected packages: telegram
Running setup.py install for telegram ... done
Successfully installed telegram-0.0.1
WARNING: You are using pip version 21.2.3; however, version 24.0 is available.
You should consider upgrading via the 'C:\Users\devpc\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
해결방법
로그를 보면 알겠지만 아래 명령어를 실행한다.
pip install --upgrade pip
'소프트웨어 > Python' 카테고리의 다른 글
Python Google AI ModuleNotFoundError: No module named 'google' (0) | 2024.04.01 |
---|---|
Python ModuleNotFoundError: No module named 'telegram.error' (0) | 2024.04.01 |
Python VSCode에서 버전 변경 (0) | 2024.04.01 |
Python Pyinstaller import requestsModuleNotFoundError: No module named 'requests' 에러 (0) | 2024.04.01 |
Python 기본 이중 배열과 pandas 데이터 프레임 변환 (0) | 2023.04.29 |