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
The install guide is missing some requirements to successfully build the Ref folder.
The guide has you installing fprime-util and fprime-gds in a virtual environment. However you also need to install the packages in fprime/requirements.txt otherwise invoking fprime-util generate in the fprime/Ref directory will fail with an error about missing tools.
fpp tools not found. Install with:
'pip install -r ".<>/fprime/requirements.txt"'
It might be nice to just start with this from scratch. eg pip3 install -r ./fprime/requirements.txt
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The install guide is missing some requirements to successfully build the Ref folder.
The guide has you installing fprime-util and fprime-gds in a virtual environment. However you also need to install the packages in fprime/requirements.txt otherwise invoking
fprime-util generate
in thefprime/Ref
directory will fail with an error about missing tools.It might be nice to just start with this from scratch. eg
pip3 install -r ./fprime/requirements.txt
Beta Was this translation helpful? Give feedback.
All reactions