简体   繁体   English

如何在 CMD 上使用 pip 安装 Kivy

[英]How to install Kivy by using pip on CMD

I am beginner to develop Android and iOS using Kivy, installing these package these package got successfully installed. I am beginner to develop Android and iOS using Kivy, installing these package these package got successfully installed.

python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
python -m pip install kivy.deps.gstreamer
python -m pip install kivy.deps.angle

When I install this package by using pip I got an error当我使用 pip 安装此 package 时出现错误

python -m pip install pygame and pip install Kivy
[pkg-config.exe - Application Error The Application is enable to start correctly 0xc000007b][1]

And On Command Prompt screen Show并在命令提示符屏幕上显示

I have upload 1st and 8th image:我上传了第一张和第八张图片:

我上传了第一张和第八张图片

This image is last image of error:这张图片是错误的最后一张图片:

这张图片是错误的最后一张图片

How can I solve this issue?我该如何解决这个问题?

pip version pip -- 20.1.1
python version -- 3.8.0

I have also add this question on group google我也在组谷歌上添加了这个问题

try using this.尝试使用它。 Worked for me in the same case.在同样的情况下为我工作。

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

worked on python 3.8.2 both 32 and 64 bit, os: win10在 python 3.8.2 32 位和 64 位上工作,操作系统:win10

Now i have solve this problem by change python version 3.6 it's working pe现在我通过更改 python 版本 3.6 解决了这个问题,它正在工作 pe

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

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