dave1010 / clipea

📎🟢 Like Clippy but for the CLI. A blazing fast AI helper for your command line
MIT License
302 stars 11 forks source link

zsh ModuleNotFoundError: No module named 'clipea' #36

Closed zluka22 closed 9 months ago

zluka22 commented 10 months ago

I'm using zsh, Just installed with clipea setup and clipea alias I got:

~ ❯ ?? hi Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/beebeep/.local/pipx/venvs/clipea-cli/lib/python3.11/site-packages/clipea/main.py", line 5, in from clipea import router ModuleNotFoundError: No module named 'clipea'

~/.zshrc: ... alias '??'='source /home/username/.local/pipx/venvs/clipea-cli/lib/python3.11/site-packages/clipea/clipea.zsh'

(clipea <query> it works fine)

dave1010 commented 9 months ago

Hopefully fixed by https://github.com/dave1010/clipea/pull/37

Needs a bit more testing.

zluka22 commented 9 months ago

yep, now it works fine