Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipx install semantra not working #70

Open
syuanlj opened this issue Jan 18, 2024 · 3 comments
Open

pipx install semantra not working #70

syuanlj opened this issue Jan 18, 2024 · 3 comments

Comments

@syuanlj
Copy link

syuanlj commented Jan 18, 2024

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.

@freedmand
Copy link
Owner

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

@jmemcc
Copy link

jmemcc commented Oct 16, 2024

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.

@fruchtblase
Copy link

I think this is because pipx uses the Python version it was installed with, which in my case was 3.13 and wasn't able to install semantra (same error as above).
When I installed Python 3.12 and installed another pipx into that version, I could successfully install semantra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants