简体   繁体   English

尝试为 python 安装 Kivy,但我收到此错误

[英]Trying to install Kivy for python but im getting this error

这是错误图像的链接

I don't understand what is happening.我不明白发生了什么。 I installed all the dependencies as well but only while installing I'm getting this problem.我也安装了所有依赖项,但只有在安装时才会出现此问题。

I'm new to this coding stuff and wanted to learn kivy.我是这个编码的新手,想学习 kivy。

try typing :尝试输入:

python -m pip install kivy==

or type this:或输入:

pip3 install kivy==

and hit ENTER than choose from versions the one that can work for you...然后按 ENTER 键,然后选择适合您的版本...

work ?工作 ?

or if you are using py 3.8 try with this :或者如果您使用的是 py 3.8 试试这个:

pip3 install --pre --extra-index-url https://kivy.org/downloads/simple kivy[base]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM