質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Debian

Debianは、Debian GNU/Linux などのOS(オペレーティングシステム)です。

Q&A

解決済

1回答

269閲覧

Debianでvirtualenvをインストールしたいのですが、ErrorとDEPRECATIONが出ます。

退会済みユーザー

退会済みユーザー

総合スコア0

Debian

Debianは、Debian GNU/Linux などのOS(オペレーティングシステム)です。

0グッド

0クリップ

投稿2019/12/02 18:50

下記のようなエラーとDEPRECATIONがでましたが、解決策をご教授願ます。
Debianでvirtualenvをインストールしたいのですが、ErrorとDEPRECATIONが出ます。

bash

1$ sudo su 2root@debian:/home/xxxxxx/activitywatch# curl -kL https://bootstrap.pypa.io/get-pip.py | python 3 % Total % Received % Xferd Average Speed Time Time Time Current 4 Dload Upload Total Spent Left Speed 5100 1734k 100 1734k 0 0 2779k 0 --:--:-- --:--:-- --:--:-- 2779k 6DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 7Collecting pip 8 Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB) 9 |████████████████████████████████| 1.4MB 1.6MB/s 10Collecting setuptools 11 Downloading https://files.pythonhosted.org/packages/54/28/c45d8b54c1339f9644b87663945e54a8503cfef59cf0f65b3ff5dd17cf64/setuptools-42.0.2-py2.py3-none-any.whl (583kB) 12 |████████████████████████████████| 583kB 2.0MB/s 13Collecting wheel 14 Downloading https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl 15Installing collected packages: pip, setuptools, wheel 16Successfully installed pip-19.3.1 setuptools-42.0.2 wheel-0.33.6

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support

英語が苦手なら翻訳サイトを使っては?
Python 2.7 will reach the end of its life on January 1st, 2020.
Python 2.7は期限が切れるから新しいバージョンを使え、ってことです。

Successfully installed pip-19.3.1 setuptools-42.0.2 wheel-0.33.6

と正常にインストールされています。

投稿2019/12/02 19:40

Orlofsky

総合スコア16415

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

退会済みユーザー

退会済みユーザー

2019/12/03 13:49

わかりやすかったです!ありがとうございました。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問