Open hello-beyond opened 1 year ago
this worked for me: https://github.com/google/generative-ai-docs/pull/50
I had this same problem. I copied the mediapipe folder and its contents to the src/apis directory and that allowed me to run the project, although I still received the error.
Its #50 not working for me either. Any other idea?
Thank you!
I patch-solved this by creating a directory called mediapipe
in src/apis
and then move src/apis/web
, which is created in first run, under it.
When I try to build or run the project, I get the error message "Module not found: Error: Can't resolve './mediapipe/web/graph_runner/graph_runner' in '.../generative-ai-docs/demos/palm/web/talking-character/src/apis'".