首页 > 编程语言 >Python语法

Python语法

时间:2022-12-19 17:08:09浏览次数:46  
标签:20.1 20.2 Python 语法 python cheng tang pip

 

Python语法_Python

 

Call build ext
building '_jpype' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

Python语法_microsoft_02

 

WARNING: You are using pip version 20.1.1; however, version 20.2.1 is available.
You should consider upgrading via the 'c:\users\cheng.tang\appdata\local\programs\python\python38-32\python.exe -m pip install --upgrade pip' command.

C:\Users\cheng.tang>
C:\Users\cheng.tang>python -m pip install --upgrade pip
Collecting pip
Downloading pip-20.2.1-py2.py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 819 kB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.1.1
Uninstalling pip-20.1.1:
Successfully uninstalled pip-20.1.1
Successfully installed pip-20.2.1

 



标签:20.1,20.2,Python,语法,python,cheng,tang,pip
From: https://blog.51cto.com/u_15147537/5953038

相关文章