M
M
Maxim2020-03-04 00:04:09
Python
Maxim, 2020-03-04 00:04:09

How to solve the problem with installing Kivy on mac os?

As I just did not try, but this problem with the installation does not disappear.
python3 -m pip install docutils pygments pypiwin32 kivy_deps.sdl2 kivy_deps.glew (sdl2 and glew problem)
Both via pip and via homebrew. I checked about 10 guides and not 1 did not help.
PS Python version 3.7.6

5e5ec5c1d05ef880629692.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim, 2020-03-10
@pypypy

https://github.com/kivy/kivy/wiki/Setting-Up-Kivy-... 's answer is here

S
Sergey Karbivnichy, 2020-03-04
@hottabxp

Try it:
curl https://bootstrap.pypa.io/get-pip.py | python
If you're not in a virtual environment, then sudo it.
If it doesn't work, also try
pip install --upgrade setuptools

A
alternativshik, 2020-03-04
@alternativshik

I suspect that these packages are generally only for Windows. Why not go to the Kyvi website and install according to their instructions for MacOS?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question