tensorflow / community

Stores documents used by the TensorFlow developer community
Apache License 2.0
1.26k stars 576 forks source link

"tflite-model-maker" package is not possible to install on Windows OS #440

Open HripsimeS opened 1 year ago

HripsimeS commented 1 year ago

Hello. I am trying to install tflite-model-maker package in order to use it for training of mobile models. I found only once source for the installation https://pypi.org/project/tflite-model-maker/

I have tried all 3 methods mentioned there, but every time I try to import the package, there is always some issues or errors. In all cases the issue is connected mostly with scann package. Could not find a version that satisfies the requirement scann==1.2.6 (from tflite-model-maker) (from versions: none) No matching distribution found for scann==1.2.6

Do you know how is possible to successfully install tflite-model-maker package for Windows 11? Thanks a lot in advance!