flipperdevices / flipperzero-ufbt

Compact tool for building and debugging applications for Flipper Zero.
https://pypi.org/project/ufbt/
GNU General Public License v3.0
494 stars 36 forks source link

ufbt assumes Python is installed #3

Closed GMMan closed 1 year ago

GMMan commented 1 year ago

ufbt should not assume there is a working copy of Python currently installed, particularly on Windows, especially when it's going to download the toolchain that contains its own copy of Python.

hedger commented 1 year ago

Since v0.2 ufbt itself is a Python package, so it explicitly depends on Python.