【问题标题】:Coral Edge TPU USB Accelerator driver fails to installCoral Edge TPU USB 加速器驱动安装失败
【发布时间】:2021-01-22 05:35:07
【问题描述】:

我正在尝试安装和测试我的 Coral Edge TPU。我按照这里的说明进行操作:https://coral.ai/docs/accelerator/get-started/

第一步是从珊瑚网站安装驱动程序,但我收到以下错误。我试过在有管理员和没有管理员的情况下运行,然后再次卸载和安装,但我得到了同样的错误。

还有其他人遇到过这个问题吗?我在 Windows 10 上。

Installing UsbDk                                                                                                       
Installing Windows drivers                                                                                             
Microsoft PnP Utility                                                                                                                                                                                                                          
Adding driver package:  coral.inf                                                                                      
Driver package added successfully.                                                    
Published Name:         oem69.inf                                                                                                                                                                                                              
Adding driver package:  Coral_USB_Accelerator.inf                                                                      
Failed to add driver package: The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.                                                                                                                                                                                                               
Adding driver package:  Coral_USB_Accelerator_(DFU).inf                                                                
Failed to add driver package: The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.                                                                                                                                                                                                               
Total driver packages:  3                                                                                              
Added driver packages:  1                                                                                              
Installing performance counters                                                                                                                                                                                                                
Info: Provider {aaa5bf9e-c44b-4177-af65-d3a06ba45fe7} defined in
C:\Users\User\Downloads\edgetpu_runtime_20201204\edgetpu_runtime\third_party\coral_accelerator_windows\coral.man is already installed in system repository.                   Info: Successfully installed performance counters in
C:\Users\User\Downloads\edgetpu_runtime_20201204\edgetpu_runtime\third_party\coral_accelerator_windows\coral.manCopying edgetpu and libusb to System32                                            1 file(s) copied.                                                                                                      
1 file(s) copied.                                                                                              
Install complete                                                                                                       
Press any key to continue . . .  

【问题讨论】:

    标签: windows-10 google-coral


    【解决方案1】:

    这是珊瑚软件中的一个错误。根据这个线程https://github.com/google-coral/edgetpu/issues/260,他们在最新版本(当时是 2.5.0)中搞砸了一些事情。从一个全新的虚拟环境开始并使用 2.1.0 版和 Python 3.7 的相应驱动程序(3.8、2.1.0 不支持 3.9)解决了这个问题。

    来自该线程:

    目前,我建议回滚到旧版驱动程序: https://dl.google.com/coral/edgetpu_api/edgetpu_runtime_20200728.zip

    您还需要删除当前的 tflite_runtime 并降级 它到旧版本(确保更改为正确的python 版本):

    pip3 安装 https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp36-cp36m-win_amd64.whl pip3 安装 https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-win_amd64.whl 抱歉,我们正在努力尽快解决此问题

    【讨论】:

      【解决方案2】:

      您需要使用高级启动菜单禁用驱动程序签名强制。之后,您可以安装它。您可以通过转到设置应用程序>>转到“更新和安全->恢复”页面来做到这一点。点击“高级启动”部分下的“立即重启”按钮。

      【讨论】:

        【解决方案3】:

        我们最近上传了一个新包,应该可以解决这个问题: https://dl.google.com/coral/edgetpu_api/edgetpu_runtime_20210119.zip

        来源:coral.ai/software

        【讨论】:

          猜你喜欢
          • 2019-10-31
          • 2019-10-30
          • 1970-01-01
          • 2020-01-18
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2019-08-06
          • 1970-01-01
          相关资源
          最近更新 更多