freedmand / semantra

Multi-tool for semantic search
MIT License
2.52k stars 140 forks source link

Failed to install with pipx #64

Closed kilasuelika closed 11 months ago

kilasuelika commented 1 year ago

Reason:

pipx install semantra

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 also tried to install using pip install. The package is installed but semantra command is not found when run in cmd.

dylanhogg commented 11 months ago

I got the same "No apps associated" issue with pipx.

Installing in it's own venv on OSX worked well however:

python3 -m venv venv
source venv/bin/activate
pip install semantra
semantra "my file.pdf"
freedmand commented 11 months ago

Strange. I can't replicate but I will add this advice to the README. Thanks for sharing how to solve it