Replies: 10 comments 1 reply
-
Actually figured it out. Downgraded the Python version and it built the wheel. Hope that helps someone. |
Beta Was this translation helpful? Give feedback.
-
@daxmonson, good to know that downgrading python resolved your issue! |
Beta Was this translation helpful? Give feedback.
-
@debanjum was on 3.11 and down to 3.10. Now stuck on the the other issue you saw. Will get back to you there. Khoj seems pretty great, basically haven't messed around with tons of YAML etc since I saw this coming in the future. Thanks |
Beta Was this translation helpful? Give feedback.
-
One more try this weekend. I'm trying to run khoj and get get the long error message below which looks like it might have something to do with Huggingface or Numpy. When I try to upgrade Numpy, I get this error. Any ideas?
|
Beta Was this translation helpful? Give feedback.
-
I just loosened the dependency requirements for khoj earlier today in c156b3e. pip install --upgrade --pip khoj-assistant |
Beta Was this translation helpful? Give feedback.
-
Hi, here's what I get with that:
|
Beta Was this translation helpful? Give feedback.
-
Woops, that was a typo on my end! You need to run pip install --upgrade --pre khoj-assistant |
Beta Was this translation helpful? Give feedback.
-
Converting this into a q&a discussion topic for now, as this discussion is in the general troubleshooting phase to install/use khoj. Will create issues when any bugs, features come out of this discussion |
Beta Was this translation helpful? Give feedback.
-
Thanks. Installed fine with that one. Running khoj after that I get the below in Terminal, but the UI doesn't pop up. Rebooted and same. Python is open and is in taskbar, so it seems khoj is running, just no UI. Any other dependencies I need to install or maybe something that needs to be run again to get the UI back?
|
Beta Was this translation helpful? Give feedback.
-
Thanks, that makes sense, at the same time I am entering khoj (only) in Terminal and the GUI doesn't open. Also the Obsidian plugin isn't connecting now: "! Disconnected from Khoj backend. Ensure Khoj backend is running and Khoj URL is correctly set below." Pretty sure it just needs a completely fresh install after trying to work all the kinks out. Will trash the original files, install, and get back if it doesn't go right. |
Beta Was this translation helpful? Give feedback.
-
I've upgraded pip and double checked Rust as that was in the error message too. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions