Skip to content

abulka/mindsdb-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing around with mindsdb

Doco

Installing mindsdb on windows

pipenv install mindsdb

might fail so pip uninstall scikit-learn pip install scikit-learn

if you have problems installing pytorch, see https://stackoverflow.com/questions/60137572/issues-installing-pytorch-1-4-no-matching-distribution-found-for-torch-1-4 and possibly install pytorch first, within the pipenv virtual environment, and possibly a specific version of pytorch e.g. pip install torch===1.4.0

vscode

Set-ExecutionPolicy RemoteSigned using powershell to avoid warnings re running activate.ps1 microsoft/vscode-python#2559

Installing on Mac

Worked ok for Python 3.7 but with Python 3.8 ERROR: No matching distribution found for sentencepiece==0.1.85 see google/sentencepiece#411 This issue persists on MacOS because MacOS did not have a 3.8 wheel released, and therefore v0.1.83 is still attempted with a pip install.

Solution: Use Python 3.7

About

Playing around with mindsdb machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages