Closed Everthings closed 4 years ago
@Everthings Humn, I'm actually not sure if libedgetpu would works under WSL :/ Although it's possible that your linux user just doesn't have plugdev access, could you try this?
sudo usermod -aG plugdev $USER
Then reboot your device and try again.
@Namburger I've tried that before, but the problem remains.
@Namburger I'm also running into a few problems with running the edge-tpu on Windows 10. I opened a different issue in the examples-camera repo which can be found here.
@Everthings I see, I'll have to check if we have tested WSL with our library first, I'll keep you updated
@Everthings
Ahh, we haven't supported WSL yet (just because no testings were done), but we definitely got it to work under WSL1 on older release. For window, I'd stick with dll
for now
Ok, good to know. Thanks!
Hey, I'm trying to run
classify_image.py
on a Coral USB Accelerator, but it throws the following error.Following all the steps verbatim here, I'm able to run in on the Windows 10 cmd. However, when set up everything on the same PC with Ubuntu WSL 2, I get the above error. I've tried everything mentioned in #4, and it appears that the libraries have been successfully installed. Any idea what the issue could be?