Alexis
Alexis
Just had a similar error on windows. windows, python 3.7, mediapipe pose model complexity 1 WARNING: Logging before InitGoogleLogging() is written to STDERR E20220625 02:25:20.911455 32260 calculator_graph.cc:804] INTERNAL: CalculatorGraph::Run() failed...
Looking at `https://github.com/game-ci/unity-test-runner/blob/3d5d2f58348b293ae1fe6b7cca24deccaf505b2f/src/model/docker.ts` , I think I can modify the command line string, by adding in my env variables (hard-code...). But that might be thinking too much inside the box?
By using the **shell** of the github runner VM, I am able to read the envs. `https://github.com/alexiscatnip/github_action_experiment/tree/main` My present suspicion is 'the envs of the github VM are not inherited...
@webbertakken 👍 thanks so much! I am presently not familiar with building docker (only know how to `docker run`). I will investigate one of these days... For now I just...
1 can be run from CMD prompt: 1. cd to repo root: `cd C:\workspace\multical` 2. call python on the main file `python multical/app/multical_main.py` 2 When called in such a way,...