google-coral / project-bodypix

BodyPix model demo application for Google Coral
Apache License 2.0
275 stars 52 forks source link

GStreamer issue when running bodypix.py #33

Closed zain-altaf closed 1 year ago

zain-altaf commented 1 year ago

Description

Hi

I ran into an issue related to the GStreamer and Gi modules when running the bodypix.py file. The following is the output:

$ python bodypix.py Traceback (most recent call last): File "C:\Users\zalta\Desktop\project-bodypix\project-bodypix\bodypix.py", line 28, in <module> import gstreamer File "C:\Users\zalta\Desktop\project-bodypix\project-bodypix\gstreamer.py", line 20, in <module> import gi ModuleNotFoundError: No module named 'gi'

I tried looking on stack overflow for quite sometime for a solution and wasn't successful in getting PyGObject working at all. I didn't want to necessarily rewrite my entire post so I'll just link my own post on stack overflow relating to this issue right here. Here's a link to my stack overflow post on this issue. I was hoping to get help on this issue as soon as possible. Just as a reference I am on a Windows 11 OS. Thanks for all the help!

Click to expand! ### Issue Type Build/Install ### Operating System Windows 10 ### Coral Device Dev Board Mini ### Other Devices _No response_ ### Programming Language Python 3.9 ### Relevant Log Output _No response_
hjonnala commented 1 year ago

Hello @zain-altaf this project has not been implemented for Windows platforms. It only works on Linux machines and Coral Dev Board. Thanks!

google-coral-bot[bot] commented 1 year ago

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