Skip to content
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

zsh ModuleNotFoundError: No module named 'clipea' #36

Closed
zluka22 opened this issue Dec 7, 2023 · 2 comments · May be fixed by #37
Closed

zsh ModuleNotFoundError: No module named 'clipea' #36

zluka22 opened this issue Dec 7, 2023 · 2 comments · May be fixed by #37

Comments

@zluka22
Copy link

zluka22 commented Dec 7, 2023

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
Copy link
Owner

Hopefully fixed by #37

Needs a bit more testing.

@zluka22
Copy link
Author

zluka22 commented Dec 16, 2023

yep, now it works fine

@zluka22 zluka22 closed this as completed Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants