google-coral / pycoral

Python API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
347 stars 144 forks source link

Error pycoral #61

Closed AnandaRauf closed 2 years ago

AnandaRauf commented 2 years ago

Description

Hello, i found bug in pycoral and edgetpu.

Error Message : from pycoral.pybind._pywrap_coral import GetRuntimeVersion as get_runtime_version ImportError: DLL load failed while importing _pywrap_coral: The specified module could not be found.

Click to expand! ### Issue Type Bug ### Operating System Windows 10 ### Coral Device M.2 Accelerator with dual Edge TPU ### Other Devices _No response_ ### Programming Language Python 3.7 ### Relevant Log Output _No response_
manoj7410 commented 2 years ago

Is this duplicate of https://github.com/google-coral/pycoral/issues/62 ?

hjonnala commented 2 years ago

Please uninstall the pycoral and install with the command below.

python3 -m pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral~=2.0

Please share the output of below snippet if issue still exists. Thanks!

Python 3.9.7 (default, Sep  3 2021, 06:18:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycoral
>>> pycoral.__version__
'2.0.0'
>>> 
hjonnala commented 2 years ago

Feel free to reopen if you are having any issues with pycoral installation. Thanks

google-coral-bot[bot] commented 2 years ago

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