我debian 10.0.4昨天在我的电脑上安装了。
它已经python version 3.7.3安装在上面,所以我试图将它更新到版本3.8.3,现在我已经3.8.3安装了版本,但是当我尝试使用官方安装 pip 时,get-pip.py它会引发异常。细节是:
Traceback (most recent call last):
File "<frozen zipimport>", line 520, in _get_decompress_func
ModuleNotFoundError: No module named 'zlib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen zipimport>", line 520, in _get_decompress_func
ModuleNotFoundError: No module named 'zlib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen zipimport>", line 568, in …Run Code Online (Sandbox Code Playgroud)