ganeshsar / UnityPythonMediaPipeBodyPose

Testing multithreaded body tracking inside of Unity using Google MediaPipe Pose Python bindings.
MIT License
100 stars 24 forks source link

Missing file #6

Open StephanieFortiz opened 2 months ago

StephanieFortiz commented 2 months ago

Hi, Loved the proyect, I want to try it mysefl in my computer but I get these errors about missing files.

Error opening for writing the file: Library\Bee\artifacts\1900b0aE.dag\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.AdditionalFile.txt, error: No such file or directory

Error opening for writing the file: Library\Bee\artifacts\1900b0aE.dag\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll.mvfrm.rsp, error: No such file or directory

I followed the instructions but I'm not sure why don't have these missing files.

ganeshsar commented 2 months ago

Thats an odd looking error. I dont think its related to this project though since it isnt citing any relevant code error.

I would suggest trying to make a new unity project and importing the assets into that. It may resolve the issue if the project files here are giving you trouble.

What operating system are you using?

On Wed, Jul 10, 2024, 4:31 PM StephanieFortiz, @.***> wrote:

Hi, Loved the proyect, I want to try it mysefl in my computer but I get these errors about missing files.

Error opening for writing the file: Library\Bee\artifacts\1900b0aE.dag\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.AdditionalFile.txt, error: No such file or directory

Error opening for writing the file: Library\Bee\artifacts\1900b0aE.dag\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll.mvfrm.rsp, error: No such file or directory

I followed the instructions but I'm not sure why don't have these missing files.

— Reply to this email directly, view it on GitHub https://github.com/ganeshsar/UnityPythonMediaPipeBodyPose/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5J5VQ4ZEV3C2GZLYTKWVDZLWY45AVCNFSM6AAAAABKVZGW46VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDCOBUHA3DIMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

StephanieFortiz commented 2 months ago

I'm using Windows 11. I erase everything and downloaded the whole project again. Run main.py from my terminal again and it works perfect now! Thanks you so much!