opendata-stuttgart / airrohr-firmware-flasher

MIT License
91 stars 39 forks source link

add python installation to windows build script #3

Closed ricki-z closed 6 years ago

ricki-z commented 6 years ago

Installer options can be found at: https://docs.python.org/3/using/windows.html#installing-without-ui

Informatic commented 6 years ago

Alternatively we could just add python3 to cygwin dependencies. I'll test it in a minute if there would be any issues with that...

Informatic commented 6 years ago

Oh well. It seems like pip in cygwin seems to have sys.platform == 'cygwin', which breaks fetching of PyQt5. We'll just end up installing official python distribution. Too bad there doesn't seem to be a way to somehow install it in some local directory (like we already do with cygwin) without disrupting (user-)global python installation.

Informatic commented 6 years ago

This has been fixed as of 5728442