edsdk-python icon indicating copy to clipboard operation
edsdk-python copied to clipboard

save_image.py dosen't work

Open seokhyuun opened this issue 1 year ago • 3 comments

Traceback (most recent call last): File "C:\Users\33Lab\Documents\Dev\Graduation_project\edsdk-python\examples\save_image.py", line 5, in import edsdk File "C:\Users\33Lab\Documents\Dev\Graduation_project\edsdk-python\edsdk_init_.py", line 1, in from edsdk.api import * ModuleNotFoundError: No module named 'edsdk.api'

Process finished with exit code 1

seokhyuun avatar Feb 08 '24 08:02 seokhyuun

Hi, Same here, I think I did setup as required in the Readme. @GiChiken, did you find a solution since you got the error ?

TeddyDelrue avatar Mar 01 '24 08:03 TeddyDelrue

Same here any solution to this...

TrevorChiu avatar Mar 07 '24 16:03 TrevorChiu

直接打开examples 避免导入源代码里面的sdk模块 因为已经安装过edsdk-python包 重复了

ruolunhui avatar Jun 28 '24 09:06 ruolunhui