|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
刚通过cmd输入pip install easygui
安装时候的代码是这样的:
Collecting easygui
Downloading easygui-0.98.1-py2.py3-none-any.whl (90 kB)
|████████████████████████████████| 90 kB 4.8 MB/s
Installing collected packages: easygui
Successfully installed easygui-0.98.1
WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
You should consider upgrading via the 'd:\python\python.exe -m pip install --upgrade pip' command.
成功安装了 但是他提示有新版本 要我进行安装 但是我不知道怎么安装 还是说可以不用管这个升级
本帖最后由 小伤口 于 2020-12-21 16:14 编辑
它讲的好像是升级你的pip
- d:\ python \ python.exe -m pip install --upgrade pip
复制代码
用这句写在cmd上就行 上面写了的
|
|