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've tried installing saws using pipsi as per the docs and after seeing that pipsi is deprecated I've tried installing via pipx. Both times I've got the errors below when running any command under saws. aws and pygmentize are installed in the virtualenv created by pipsi/pipx so my guess is that the saws interactive shell somehow doesn't start in the same virtualenv.
osx version: 10.15.3
Python 2.7.16
saws> aws ec2 ls --ec2-state
/bin/sh: aws: command not found
/bin/sh: pygmentize: command not found
The text was updated successfully, but these errors were encountered:
Got the same error, after reading pipx docs it is expected. You can solve it by installing separately the missing dependencies or with --include-deps. Note that the later may cause conflicts, pipx will prompt a warning if it happens.
I'd love to spend hours/days fiddling with this to make it work because i remember it was an awesome tool, but for now i'll have to fall back on the autocomplete scripts which ship with AWS. Unfortunately! :(
I've tried installing saws using pipsi as per the docs and after seeing that pipsi is deprecated I've tried installing via pipx. Both times I've got the errors below when running any command under saws. aws and pygmentize are installed in the virtualenv created by pipsi/pipx so my guess is that the saws interactive shell somehow doesn't start in the same virtualenv.
osx version: 10.15.3
Python 2.7.16
The text was updated successfully, but these errors were encountered: