pipx install semantra not working
No apps associated with package semantra or its dependencies. If you are attempting to install a library, pipx should not be used. Consider using pip or a similar tool instead.
I haven't seen that one. Are you still getting that error with the latest update (0.1.9)?
Bumping this as I had the same issue here on an M1 MacBook Pro on Sequoia using Python 3.10.14.
The issue is related to the brew install of semantra. I found myself altering the original instructions to fit the brew install which caused the install to fail, and I assume OP did similar. Recreation steps below.
First installed pipx 1.7.1 via brew
brew install pipx
Next ran below as pipx was not recognised running python3 -m pipx ensurepath
pipx ensurepath
Lastly, exited the original window and ran
pipx install semantra
Which caused the error OP described.
No apps associated with package semantra or its dependencies. If you are attempting to install a library, pipx should not be used. Consider using pip or a similar tool instead.
Unsure how, but this seems to be an issue with the way that the brew install of pipx handles packages, as I then followed the direct guide and ignoring a brew install, and this worked fine.