Cinnamon / kotaemon

An open-source RAG-based tool for chatting with your documents.
https://cinnamon.github.io/kotaemon/
Apache License 2.0
17.73k stars 1.38k forks source link

[BUG] - <title>No module named 'theflow #248

Open wangyc23 opened 2 months ago

wangyc23 commented 2 months ago

Description

finished the install process, but can not launching in browser

Reproduction steps

******************************************************
Setting up a local model
******************************************************

Local model not found: llama3.1:8b

******************************************************
Launching Kotaemon in your browser, please wait...
******************************************************

Traceback (most recent call last):
  File "/Users/nothing/resource/kotaemon-app/app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Will exit now...

Screenshots

![DESCRIPTION](LINK.png)

Logs

******************************************************
Launching Kotaemon in your browser, please wait...
******************************************************

Traceback (most recent call last):
  File "/Users/nothing/resource/kotaemon-app/app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Will exit now...

Browsers

Safari

OS

MacOS

Additional information

No response

cristianohello commented 1 month ago

why???

wangyc23 commented 1 month ago

why???

I tried it several times, this bug didn't appear again. Sorry to say that I'm confusing about it too.

lfpvillegas commented 1 day ago

This is still happening on a fresh windows install. I have already commented it in in #430

Starting Kotaemon UI... (prebuilt PDF.js is at C:\kotaemon-app\libs\ktem\ktem\assets\prebuilt\pdfjs-4.0.379-dist)
Traceback (most recent call last):
  File "C:\kotaemon-app\app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Please reopen it.