-
Notifications
You must be signed in to change notification settings - Fork 143
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
Comments
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 First installed pipx 1.7.1 via brew install pipx Next ran below as
Lastly, exited the original window and ran
Which caused the error OP described.
Unsure how, but this seems to be an issue with the way that the |
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). |
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.
The text was updated successfully, but these errors were encountered: