Unable to install khoj backend : pip and correct python version install #209
-
PS C:\users\xxxxxxxxxx\appdata\local\programs\python\python310\lib\site-packages> py --version |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I noticed that the pip was in a directory with version 3.1.1 so I deleted that directory and checked again in the 3.10 directory. Now even pip cannot be found : PS C:\users\xxxxxxxxxx\appdata\local\programs\python\python310\lib\site-packages> py --version
|
Beta Was this translation helpful? Give feedback.
-
Found the khoj.exe in scripts folder and I was able to get to configure screen. Thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Ah, I see. The path at which khoj is installed isn't searched by default on your Windows.
So you'd need to either add the default path python pip packages are installed to your PATH or call
khoj
using the whole path to it. See my reply to this discussion for solution.Let me know if that doesn't work for you