ModuleNotFoundError: No module named 'theflow'
Description
Windows pip
app.py", line 3, in
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
Same issue with MacOS.
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
i also installed it manually, then it worked.
Is there a better answer than "just use Linux version"?
I have same message happening when running run_windows.bat
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'
It might be due to the global Python environment. Execute which python to check if it is the same as the Python used by conda create.
I found the run_windows.bat didn't completely clone the code from github. there is no libs\ktem\ktem\utils after insallation, so when I launch the app, it always report something missed. did the author verify the installation process?
getting the same error
do the following :
pip install theflow
# install the ktem/kotaemon libraries again
pip install -e "libs/ktem"
pip install -e "libs/kotaemon[base]"