Closed kilasuelika closed 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"
Strange. I can't replicate but I will add this advice to the README. Thanks for sharing how to solve it
Reason:
I also tried to install using pip install. The package is installed but semantra command is not found when run in cmd.