Zoran Pandovski

Results 338 comments of Zoran Pandovski

This is confirmed that works with the local installation. There are few separate bug fixes we need to do to support it on cloud

Good idea @ddcprg. Would you be able to help and contribute by implementing this?

@deepakmeena635 https://github.com/mindsdb/mindsdb/pull/2602

How are you hosting MindsDB? You can set up `MINDSDB_DEFAULT_SERVER=gunicorn` variable so MindsDB uses gunicorn by default(note it only works on UNIX)

@xihuishawpy How do you install mindsdb? Did you get this when installing from pip or installing requirements.txt

Hi @TyanBr how did you resolve this?

Can you please share the stacktrace log, just copy/paste it here, and we will check?

@TyanBr Some of MindsDBs dependencies are not supporting Python 3.10 and 3.9.x versions. Can you please try and use Python 3.8.x version? Also before running `pip install` please upgrade `pip...