You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I'm using zsh, Just installed with
clipea setup
andclipea 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)The text was updated successfully, but these errors were encountered: