tum-ei-eda / mlonmcu

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

Error during requirements installation. It seems that the python package wheel is needed during setup. #78

Closed zhouxinyu0723 closed 1 year ago

zhouxinyu0723 commented 1 year ago

Description

Error during requirements installation. It seems that the python package wheel is needed during setup.

What I Did

I was trying to install the requirements following the instructions in Demo.ipynb using the following command

pip install -r requirements.txt

Screenshot_20221006_101112

PhilippvK commented 1 year ago

This looks OS-specific to me. Python3.8 should be fine. On Ubuntu 18/20/22 this error does not occur…

PhilippvK commented 1 year ago

Have you been able to fix this manually?

zhouxinyu0723 commented 1 year ago

I am trying. Will tell you the result.

zhouxinyu0723 commented 1 year ago

So it seems that pip will use a fallback method later. Screenshot_20221006_104456