Good day!
So I'm struggling to install kivy on my Windows 10 64-bit operating system.
Things that successfully installed:
python -m pip install --upgrade pip wheel setuptools
Cython was successfully installed by using:
python -m pip install -U --force-reinstall Cython==0.28.2
Other things successfully installed:
python -m pip install docutils pygments kivy.deps.sdl2 kivy.deps.glew kivy.deps.gstreamer
Problem comes in with trying to install pypiwin32
python -m pip install pypiwin32
Shows me the following error message in command prompt
" Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: )
No matching distribution found for pywin32>=223 (from pypiwin32) "
Also when I just try to install kivy without all other dependencies it doesn't compile.
" Command "C:\Python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\ethan\\AppData\\Local\\Temp\\pip-install-f1ukw5nq\\kivy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\ethan\AppData\Local\Temp\pip-record-2fuaxl8m\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\ethan\AppData\Local\Temp\pip-install-f1ukw5nq\kivy\ "