Closed khornberg closed 6 years ago
To reproduce, I'm on High Sierra in a python 3.6 virtualenv.
Install aws-fuzzy-finder and then try running aws-fuzzy
.
I got a go
stack trace at this point
If I pip install -e .
from within the source of aws-fuzzy-finder with the change in this PR, aws-fuzzy
works as expected.
Right, I upgraded the libs, changed settings.py
but forgot about setup.py :(
Thanks for the fix!
On a new install of aws-fuzzy-finder, I got a go stack trace and aws-fuzzy-finder whould fail to work.
Changing the setup to include the correct version of fzf resolved the problem.