You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\_WorkSpace\_P\pet_classify_book> pip install tflite-support==0.4.4
ERROR: Could not find a version that satisfies the requirement tflite-support==0.4.4 (from versions: 0.1.0a0.dev3, 0.1.0a0.dev4, 0.1.0a0.dev5, 0.1.0a0, 0.1.0a1)
ERROR: No matching distribution found for tflite-support==0.4.4
Errorprocessingline1ofC:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\site-packages\protobuf-3.20.3-py3.9-nspkg.pth:Traceback(most recent call last):File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\site.py",line169,inaddpackageexec(line)File"<string>",line1,in<module>File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\importlib\util.py",line2,in<module>from.importabcFile"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\importlib\abc.py",line17,in<module>fromtypingimportProtocol,runtime_checkableFile"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line2074,in<module>classBinaryIO(IO[bytes]):File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line2080,inBinaryIOdefwrite(self, s: Union[bytes, bytearray])-> int:File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line243,ininnerreturnfunc(*args, **kwds)File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line316,in__getitem__returnself._getitem(self, parameters)File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line421,inUnionparameters=_remove_dups_flatten(parameters)File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line215,in_remove_dups_flattenall_params=set(tuple(param) for param in params)File"C:\Users\thle1\AppData\Local\Programs\Python\Python39\lib\typing.py",line215,in<genexpr>all_params=set(tuple(param) for param in params)TypeError:'type'objectisnotiterable
I want to use the API image_classifier & writer_utils from tflite_support.metadata_writers import image_classifier, writer_utils
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
How can I get the latest of tflite-support?
PS C:\_WorkSpace\_P\pet_classify_book> py --version Python 3.11.0
If I use the version 3.9, it's get some error.
I want to use the API image_classifier & writer_utils
from tflite_support.metadata_writers import image_classifier, writer_utils
Thanks
The text was updated successfully, but these errors were encountered: