pip3无法下载最新的tflite-runtime

sta*_*biz 6 python ubuntu pip tensorflow-lite

当前版本tflite-runtime2.11.0

https://pypi.org/project/tflite-runtime/

tflite-runtime这是下载到文件夹的测试tmp

mkdir -p /tmp/test
cd /tmp/test

echo "tflite-runtime == 2.11.0" > ./test.txt

pip3 download -r ./test.txt
Run Code Online (Sandbox Code Playgroud)

这是错误:

ERROR: Could not find a version that satisfies the requirement tflite-runtime==2.11.0 (from versions: none)
ERROR: No matching distribution found for tflite-runtime==2.11.0
Run Code Online (Sandbox Code Playgroud)

这是 pip3 版本:

# pip3 --version
pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
Run Code Online (Sandbox Code Playgroud)

上面有什么问题pip3 download吗?为什么找不到最新版本?以及如何修复?

phd*_*phd 3

tflite-runtime 2.11.0 发布的软件包:https://pypi.org/project/tflite-runtime/2.11.0/#files

Python 3.7、3.8 和 3.9。仅Linux、不同的Intel 和ARM 64 位架构。没有 Python 3.10,也没有源代码。

如果您不想从源代码进行编译,请使用 Python 3.9 。