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 best solutions below

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