标签: python cmd kivy installation
enter image description here
当我突然开始安装kivy时,该过程无法像上图那样运行,如果有人理解,请帮助
答案 0 :(得分:0)
查看异常:Read timed out。
Read timed out
检查您的Internet是否正常(也许您应该使用代理下载)。 或者,您可以直接下载.whl文件。并在本地安装。
.whl
It is the whl file download page。 下载后,在cmd中运行pip install xxxx.whl进行安装(您应该输入.whl文件目录)。
pip install xxxx.whl