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
tflite is no longer maintained for windows / mac, you have to use the full tensorflow.
Note: We no longer release pre-built tflite-runtime wheels for Windows and macOS. For these platforms,
you should use the [full TensorFlow package](https://www.tensorflow.org/install/), or
[build the tflite-runtime package from source](https://www.tensorflow.org/lite/guide/build_cmake_pip).
Also the numpy dependency is outdated. (this was trying to build on 3.11.6)
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [100 lines of output]
setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.11.
The text was updated successfully, but these errors were encountered:
Didn't know that python12 got released, will rollout a new release containing a few fixes and this one too. Moreover tflite dependency was present for the older model which is seldome used, now the package primarily focuses on the newer model which run with onnx-runtime
No support for Python 12, is that planned?
tflite is no longer maintained for windows / mac, you have to use the full tensorflow.
Also the numpy dependency is outdated. (this was trying to build on 3.11.6)
The text was updated successfully, but these errors were encountered: