Installation error on Python 3.4

666 views
Skip to first unread message

Ethan Lecuona

unread,
Aug 1, 2018, 6:54:05 AM8/1/18
to Kivy users support
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\ " 

Matthew Einhorn

unread,
Aug 1, 2018, 9:15:27 AM8/1/18
to Kivy users support
What you want is `pywin32`, I think. As a side note, the latest kivy does not officially support 3.4 anymore, only 2.7 and 3.5+.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+unsubscribe@googlegroups.com.
To post to this group, send email to kivy-...@googlegroups.com.
Visit this group at https://groups.google.com/group/kivy-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/835dc342-ba95-480f-a3d1-fd9a7d913603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages