Iâve got the plugin installed, but it doesnât seem to be working.
I see in the README that I need to âpip install requestsâ and âpip install stashapp-toolsâ
I tried this with "pip3â and I get an error from homebrew that says I should try âbrew installâ instead. But then there are no packages for ârequestsâ or âstashapp-toolsâ in homebrew! Seems like a circular issue that I donât know how to get around.
Are you using Stash in Docker by chance? Standard install of Python should include âpipâ by default, so pip install requests stashapp-tools should work for you.