pip问题

  1. 1. 说明
  2. 2. 问题及解决

说明

记录一下使用pip的一些问题

问题及解决

1
2
3
4
5
6
7
8
问题1:

has inconsistent version: expected 'X.X.X', but metadata has 'X.X.X'

解决:

pip install -U setuptools

1
2
3
4
5
6
7
8
问题2:

WARNING: There was an error checking the latest version of pip.

解决:

rm -rf ~/.cache/pip/selfcheck/