1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

The python_package resource requires pip >= 6.1.0, currently 10.0.0

Last updated at Posted at 2018-06-27

環境

pip 10.0.0
poise_python 1.6.0

エラー

STDERR: The python_package resource requires pip >= 6.1.0, currently 10.0.0

エラーの原因

poise_pythonの中で
pipの内部APIを叩こうとするが
pip 10から内部APIを外から叩くことができなくなっているので
エラーになる

解決法

poise_python 1.7.0から
新しいpip 10の仕様に対応するようになったので
1.7.0~ を使う

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?