前提・実現したいこと
macでpipコマンドを使えるようにしたいです。
発生している問題・エラーメッセージ
一応実行はできるのですが下のようなエラーがでてきてしまいます。
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
それを解決するために、アップデートするコマンドを入力すると下のようなエラーが出てきてしまいます。
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
補足情報(FW/ツールのバージョンなど)
MacOS Catalina
python3.7
回答1件
あなたの回答
tips
プレビュー