想使用 pip
安装 gzip
,结果报错(已经换源了,换的是清华源)
pip3 install gzip
ERROR: Could not find a version that satisfies the requirement gzip (from versions: none)
ERROR: No matching distribution found for gzip
在网上找了各种方法,都说是替换源,可我已经替换了啊,替换成各种源都没用,依旧报错
成功用 pip
安装 gzip
是用 pip
,不是用其他的包管理器
gzip不是内置包么 不需要安装呀 直接在代码引用就行了
import gzip