Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run ./build.sh file #256

Closed
annacheyette opened this issue Aug 30, 2023 · 2 comments
Closed

Cannot run ./build.sh file #256

annacheyette opened this issue Aug 30, 2023 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement

Comments

@annacheyette
Copy link

annacheyette commented Aug 30, 2023

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
@jreadey
Copy link
Member

jreadey commented Aug 31, 2023

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.

@hyoklee hyoklee added enhancement dependencies Pull requests that update a dependency file labels Aug 31, 2023
@jreadey
Copy link
Member

jreadey commented Aug 31, 2023

I've updated the quick start section of the README to use: ./build.sh --nolint. This will avoid needing to install pyflakes.

@jreadey jreadey closed this as completed Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

No branches or pull requests

3 participants