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

I got the same error athe s you, I followed these steps and now I can run the project. #31

Open
prashant963951 opened this issue Apr 9, 2023 · 1 comment

Comments

@prashant963951
Copy link

          I got the same error as you, I followed these steps and now I can run the project.
  1. For this error
    AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)
    I did this
pip uninstall opencv-python
pip uninstall opencv-contrib-python
pip uninstall opencv-contrib-python-headless
and then
pip3 install opencv-contrib-python==4.5.5.62

reference: https://stackoverflow.com/questions/72706073/attributeerror-partially-initialized-module-cv2-has-no-attribute-gapi-wip-gs

  1. When I executed after making the above changes, I got the following error.

image
that is solved by
pip install protobuf==3.20.*
reference: https://stackoverflow.com/questions/72441758/typeerror-descriptors-cannot-not-be-created-directly

Finally when I run this, I got the correct output
python Gesture_Controller.py

I hope it Helps.

Originally posted by @padminipriya69 in #17 (comment)

@jaggu96525
Copy link

after all commands as usually you follows but i just show skip what is this error how to rectify sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants