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