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 am trying to install hsds using the ./build.sh file. After cloning the repository and navigating into the hsds folder (cd hsds), I've run ./build.sh, which results in:
running pyflakes on hsds
pyflakes errors in hsds...
./pyflakes.sh: line 26: pyflakes: command not found
./pyflakes.sh: line 26: pyflakes: command not found
./pyflakes.sh: line 26: pyflakes: command not found
./pyflakes.sh: line 26: pyflakes: command not found
The text was updated successfully, but these errors were encountered:
You'll need to do a pip install pyflakes before running ./build.sh.
PyFlakes is a Python linter - there's no reason for people who aren't modifying the code to run it. Probably best if I make this optional in the build script.
I am trying to install hsds using the ./build.sh file. After cloning the repository and navigating into the hsds folder (
cd hsds
), I've run./build.sh
, which results in:The text was updated successfully, but these errors were encountered: