semantra icon indicating copy to clipboard operation
semantra copied to clipboard

pipx install semantra not working

Open syuanlj opened this issue 1 year ago • 4 comments

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.

syuanlj avatar Jan 18 '24 02:01 syuanlj

I haven't seen that one. Are you still getting that error with the latest update (0.1.9)?

freedmand avatar May 07 '24 15:05 freedmand

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.

jmemcc avatar Oct 16 '24 03:10 jmemcc