How to install turicreate in ubuntu22?

227 views Asked by At

It had Python 3.10.4 installed already and turicreate requires python 3.7
So how can I do it?

1

There are 1 answers

0
Marcell Bolubás On

If you have not already installed pip alongside python, run:

sudo apt install python3-pip

And after that:

pip3 install turicreate