-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUG] Quickstart offline install based on User Guide depends on conda #425
Comments
I got miniconda installed, reran the Kotaemon run_linux.sh, but it still gives the same error. Conda claims to see the Kotaemon environment:
But when I rerun the installer:
Hmm.... what could be happening here? |
I made some progress and got the kotaemon app running. After installing miniconda, I also activated a venv. Reran run_linux.sh, and it started downloading packages. So both 1) an activated Python venv and 2) an active conda are required for this basic User Guide install. Does that sound right? This process doesn't seem much simpler than the dev install ... is the intention for the Zip to be an AIO (All-In-One) or click-n-run? If that's the intention, the docs should say there's dependencies and setup. |
@vap0rtranz Perhaps the solution to this discussion can help you:https://stackoverflow.com/questions/16460313/pip-could-not-find-an-activated-virtualenv-required |
Description
Conda and a venv needs to be setup for the quickstart install based on the User Guide.
This dependency needs to be called out for Linux. Error below.
I attempted to install miniconda manually and setup an venv but I'm having issues. In the meantime, the User Guide documented dependencies should be updated for Linux.
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
Browsers
No response
OS
Linux
Additional information
LinuxMint 21.3 (based on Ubuntu 22)
The text was updated successfully, but these errors were encountered: