Open riestmo-nxp opened 7 months ago
Hello,
model needs to be loaded in the python3.7 due to compatibility reasons from the source. After model is converted, to can be used in newer python version.
Despite the fact that python3.7 is marked as 'end of life', it is still available for download on python official websites.
Hi, I noticed that the recipe.sh script of eegTCNet relies on Python 3.7, https://github.com/NXP/eiq-model-zoo/blob/e2152edd3f729b4772a8328f5745978f51b2b707/tasks/misc/eegTCNet/recipe.sh#L32
which is already at its end-of-life: https://devguide.python.org/versions/
I think updating all scripts to Python 3.8 or higher would be helpful.
Best regards