You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the current binary for Linux so that I could do a trial run against one of my open hardware repos. When I run it I get an error about projvar not being in the path. I don't see anything about that in the readme. What am I missing?
$ /home/jwright/Downloads/osh-0708717-x86_64-linux/osh check
DEBUG Running projvar ...
DEBUG Now running 'projvar' ...
/home/runner/work/osh-tool/osh-tool/src/main.nim(268) main
/home/runner/work/osh-tool/osh-tool/src/main.nim(201) cli
/home/runner/work/osh-tool/osh-tool/src/tools.nim(239) runProjvar
Error: unhandled exception: Failed to run 'projvar'; make sure it is in your PATH: Additional info: Could not find command: 'projvar'. OS error: No such file or directory [IOError]
The text was updated successfully, but these errors were encountered:
However, I'm not sure what to do at this point. I've cloned osh-dir-std and put it in path, but it seems like there needs to be a binary of some sort? I don't see a release for that project and I keep getting the following error.
Error: unhandled exception: Failed to run 'osh-dir-std'; make sure it is in your PATH: No such file or directory
Additional info: Could not find command: 'osh-dir-std'. OS error: No such file or directory [IOError]
I downloaded the current binary for Linux so that I could do a trial run against one of my open hardware repos. When I run it I get an error about projvar not being in the path. I don't see anything about that in the readme. What am I missing?
The text was updated successfully, but these errors were encountered: