sipeed / MaixPy-v1_scripts

micropython scripts for MaixPy
https://maixpy.sipeed.com
MIT License
625 stars 432 forks source link

ENOENT error #119

Closed abhi-84 closed 2 years ago

abhi-84 commented 2 years ago

Hi While implementing mobilenent_1000 and a few other models, I am getting error "OSError: [Errno 2] ENOENT" Sometimes i am getting ENODEV error. How to resolve it?

Thanks

abhi-84 commented 2 years ago

Since labels.txt is stored in sdcard, when I give path "with open("/sd/labels.txt") as f:", it gives ENODEV error. When only "with open("labels.txt") as f:" given, it says ENOENT error.

abhi-84 commented 2 years ago

This was sd card issue. got resolved when formatted with the official tool