Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade / Update #45

Open
dlroy88osu opened this issue Nov 11, 2023 · 2 comments
Open

Upgrade / Update #45

dlroy88osu opened this issue Nov 11, 2023 · 2 comments

Comments

@dlroy88osu
Copy link

No support for Python 12, is that planned?

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.
@TheSeriousProgrammer
Copy link
Contributor

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

@kiri-i
Copy link

kiri-i commented Mar 22, 2024

Submitted a pull request for updating dependencies to support Python 3.12.
Please review the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants