微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

whl 文件在此平台上不受支持 - 我该如何解决?

如何解决whl 文件在此平台上不受支持 - 我该如何解决?

我目前使用 raspBerry pi 桌面,在我的空笔记本电脑上运行 debian。

我想使用 tensorflow 官网的 tensorflow lite 解释器。

我输入 if (Input.touchCount > 0) { Touch touch = Input.GetTouch(0); // get first touch since touch count is greater than zero if (touch.phase == TouchPhase.Stationary || touch.phase == TouchPhase.Moved) { // get the touch position from the screen touch to world point Vector3 touchedPos = Camera.main.ScreenToWorldPoint(new Vector3(touch.position.x,touch.position.y,10)); // lerp and set the position of the current object to that of the touch,but smoothly over time. transform.position = Vector3.Lerp(transform.position,touchedPos,Time.deltaTime); } } 并得到 $ python3 --version , 输入 Python 3.7.3 并得到 $ uname -a。这是我的平台信息。

并访问tensorflow lite解释器网站并下载名为
的兼容轮文件 Linux raspBerry 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 GNU/Linux

我终于输入了https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl

我在我的工作中找不到任何奇怪的东西,我需要你的帮助来完成这项工作。

$ pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl 也不起作用。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。