khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.27k stars 708 forks source link

Can't uninstall khoj #462

Closed BMiber closed 1 year ago

BMiber commented 1 year ago

Downloaded khoj in powershell and I checked, runs in both command terminal and powershell. I try to uninstall with pip uninstall khoj-assistant but it says WARNING: Skipping khoj-assistant as it is not installed.

sabaimran commented 1 year ago

@BMiber , that sounds rather strange! I tried to reproduce it on my end, but was able to uninstall.

(.venv) si@redwood test-uninstall % pip uninstall khoj-assistant
Found existing installation: khoj-assistant 0.11.1
Uninstalling khoj-assistant-0.11.1:
  Would remove:
    /Users/si/projects/test-uninstall/.venv/bin/khoj
    /Users/si/projects/test-uninstall/.venv/lib/python3.11/site-packages/khoj/*
    /Users/si/projects/test-uninstall/.venv/lib/python3.11/site-packages/khoj_assistant-0.11.1.dist-info/*
Proceed (Y/n)? Y
  Successfully uninstalled khoj-assistant-0.11.1
(.venv) si@redwood test-uninstall %

Could you provide more information about your development environment -- are you using a virtual environment? Are you running the uninstall command from the same environment?

sabaimran commented 1 year ago

Closing this as it's been stale. Feel free to reopen if you're able to share more details.