Before you begin, you need python>=3.7 or Conda Python3, and make sure you have the latest pip3
curl https://bootstrap.pypa.io/get-pip.py | python3
pip3 install --upgrade pip
Once that, you can install MindsDB
pip3 install mindsdb --user
Install Conda download here.
and then run the anaconda prompt:
conda install -c peterjc123 pytorch
conda install -c blaze
conda install -c sqlite3
curl -o reqs.txt https://raw.githubusercontent.com/mindsdb/mindsdb/master/requirements-win.txt
pip install --requirement reqs.txt
pip install mindsdb --no-dependencies