Cannot Complete Install - Troubleshooting
KarolinePurpleCarrot opened this issue · 1 comments
I am using CMD.exe Prompt to install into a local virtual environment; I am able to run the initial install (pip install --upgrade "knowledge-repo[all]"). It fails to run when I write the next prompt (knowledge_repo --repo test_repo init). My error reads: "'knowledge_repo' is not recognized as an internal or external command, operable program or batch file."
I have checked the pip list and "knowledge-repo" is present in the list.
Under my environment\Scripts there is a "knowledge_repo" file, but it does not look like an exe, it's just a txt file; I am also able to execute "setx KNOWLEDGE_REPO" and point it to my github repo on my local.
Also, if I open the knowledge_repo file in a code editor and run it, I get an error: ImportError: Bad git executable.
I am by no means a developer - just a data analyst trying to get this set up. Is there additional troubleshooting documentation somewhere or is something weird going on? Thank you!