0
点赞
收藏
分享

微信扫一扫

【JavaEE】网络通信中的一些基本概念及协议分层

c一段旅程c 2023-04-26 阅读 49

  提示错误1

File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>

解决方式,升级一下pip到最新版本,故障解决

提示错误2

fatal: unable to access 'https://github.com/TencentARC/GFPGAN.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

明显是链接超时,重新链接,实在下载不下来,直接下载zip文件安装

提示错误3

 Could not find suitable distribution for Requirement.parse('yapf') 

查看一下原来是安装到其他版本的python,重新安装就OK

提示错误4

RuntimeError: Couldn't clone Taming Transformers.

Command: "git" clone "https://github.com/CompVis/taming-transformers.git" "/Users/apple/pythonwork/stable-diffusion-webui/repositories/taming-transformers"

Error code: 128

stdout: <empty>

stderr: Cloning into '/Users/apple/pythonwork/stable-diffusion-webui/repositories/taming-transformers'...

error: RPC failed; curl 18 transfer closed with outstanding read data remaining

fatal: the remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

全部重新安装


举报

相关推荐

0 条评论