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

make_interpreter works on runtime version 20210119 but not on version 20220308 (Windows 11) #91

Closed
benank opened this issue Sep 25, 2022 · 6 comments
Assignees
Labels
comp:thirdparty Thirdparty related issues Hardware:USB Accelerator Coral USB Accelerator issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues subtype:windows Windos Build/installation issues type:bug Bug type:build/install Build and install issues

Comments

@benank
Copy link

benank commented Sep 25, 2022

Description

I am using Windows 11. I was having the exact same issue as this person where make_interpreter fails silently, but then I installed the earlier recommended runtime from this reply and it started working. Is there an issue with the latest runtime, or am I missing something?

From my testing:

  • 20210119: Works!
  • 20210726: Does not work
  • 20220308: Does not work

On Linux (Raspberry Pi 4), it works flawlessly on the latest version.

Thanks.

Click to expand!

Issue Type

Bug, Build/Install

Operating System

Windows 10

Coral Device

USB Accelerator

Other Devices

Rapsberry Pi 4

Programming Language

Python 3.8, Python 3.9

Relevant Log Output

No response

@google-coral-bot google-coral-bot bot added comp:thirdparty Thirdparty related issues Hardware:USB Accelerator Coral USB Accelerator issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues subtype:windows Windos Build/installation issues type:bug Bug type:build/install Build and install issues labels Sep 25, 2022
@hjonnala
Copy link
Contributor

hjonnala commented Sep 26, 2022

Yes, there is an issue with the latest edgeTPU runtime for windows platform.

@nmaas87
Copy link

nmaas87 commented Oct 1, 2022

I am seeing the same thing with Windows 10. Is there an update planed / which issue does prevent this? Is it still the same as #39 ?

@hjonnala
Copy link
Contributor

hjonnala commented Oct 2, 2022

Hello @nmaas87 , @benank
Please try the below steps to fix the issues with edgetpu runtime 14.

  • uninstall any previous runtimes.
  • install edgetpu runtime from edgetpu_runtime_20220308 zip file: https://coral.ai/software/#edgetpu-runtime
  • install edgetpu_runtime_20220308/edgetpu_runtime/third_party/usbdk/UsbDk_1.0.22_x64 manually.
  • replace c:/windows/system32/libusb-1.0.dll with edgetpu_runtime_20210119/edgetpu_runtime/third_party/libsub_win/libusb-1.0.dll

@nmaas87
Copy link

nmaas87 commented Oct 2, 2022

Thank you very much @hjonnala - just tried it and it did work perfectly on Windows 10 x64! 💯

@benank
Copy link
Author

benank commented Oct 3, 2022

Thank you @hjonnala! I also tried it on Windows 11 and it works great! Thank you so much for your help.

@hjonnala hjonnala closed this as completed Oct 4, 2022
@google-coral-bot
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:thirdparty Thirdparty related issues Hardware:USB Accelerator Coral USB Accelerator issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues subtype:windows Windos Build/installation issues type:bug Bug type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

3 participants