[python environment configuration error] Cache entry deserialization failed, entry ignored error resolution when using pip

The following error occurred when using pip to install the package, and then prompted that the version of pip was too low. So using "python -m pip install --upgrade pip", it still cannot be installed.
Solution:
Open the command line tool as an administrator, and then use the above statement to update pip, the update is successful, and the problem is solved!

Guess you like

Origin blog.csdn.net/qq_45347185/article/details/107004491