Stuck on the Getting Started guide - can't create the histogram #285
-
Hi Newbie here and I'm going through the Getting Started guide, working online on gitpod via web browser (using Chrome on an old Mac in case that is relevant). Successfully got to the 'Add a chart' section but I must have done something wrong as the code won't run to generate the histogram. I did steps 1 to 4 in the 'add a chart' section and everything looks correct (copied and pasted the commands so I think they're ok, plus the input.csv file looks ok). But when I try and run the following command in the Terminal to run the project.yaml file: $opensafely run run_all --force-run-dependencies it does nothing. Clearly I have done something wrong but cannot figure out what it is! No problems detected in the workspace. Please let me know if you need more info/question unclear. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @emilyherrett! 👋 Gitpod is still a really new idea that we're trying. We're keen to fix stumbling blocks that users are discovering 🙂 Some questions to try and diagnose:
If you can post a screenshot of everything in Gitpod after you've attempted to run the (I'm in office Tuesday-Thursdays. Happy to diagnose by a quick screensharing call then if there are still problems, but hope this or someone else's suggestions might get it running for you.) |
Beta Was this translation helpful? Give feedback.
Hi @emilyherrett! 👋 Gitpod is still a really new idea that we're trying. We're keen to fix stumbling blocks that users are discovering 🙂
Some questions to try and diagnose:
What does running just
opensafely
show?Are you trying to run literally:
$opensafely run run_all --force-run-dependencies
or are you running:
opensafely run run_all --force-run-dependencies
following the terminal prompt
$
?You can see in this example the difference between the two:
What specifically happens when "it does nothing"? Is there an error message or nothing at all?
If you can post a screenshot of everything in Gitpod after you've attempted to run the
opensafely
command and it's failed, that might als…