tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Support Python 3.6 #35

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

Currently we can not support Python 3.6 because of using features which are only implemented from version 3.7+.

Lets try to document those and decide if we can provide some workarounds to support python 3.6 systems.

PhilippvK commented 2 years ago

It seems like student and gpu machines at the chair default to Python 3.6. At least they also have python3.8 available however it is not always intuitive to keep this in mind, i.e. when setting up a virtual environment.

PhilippvK commented 1 year ago

Min version will stay Python 3.8. But I will open up a new issue for tracking Python 3.10 support