Cinnamon / kotaemon

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

ModuleNotFoundError: No module named 'theflow' #430

Open cristianohello opened 1 week ago

cristianohello commented 1 week ago

Description

Windows pip

app.py", line 3, in from theflow.settings import settings as flowsettings ModuleNotFoundError: No module named 'theflow'

Reproduction steps

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Screenshots

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Logs

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Browsers

No response

OS

No response

Additional information

Windows pip

app.py", line 3, in from theflow.settings import settings as flowsettings ModuleNotFoundError: No module named 'theflow'

pwlnow commented 1 week ago

Same issue with MacOS.

sebastianfernandezgarcia commented 1 week ago

Description

Windows pip

app.py", line 3, in from theflow.settings import settings as flowsettings ModuleNotFoundError: No module named 'theflow'

Reproduction steps

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Screenshots

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Logs

Windows
pip

app.py", line 3, in <module>
    from theflow.settings import settings as flowsettings
ModuleNotFoundError: No module named 'theflow'

Browsers

No response

OS

No response

Additional information

Windows pip

app.py", line 3, in from theflow.settings import settings as flowsettings ModuleNotFoundError: No module named 'theflow'

Use WSL

busssard commented 6 days ago

i also installed it manually, then it worked.