Osama Elkhuriby
Osama Elkhuriby

Reputation: 1

How to install turicreate in ubuntu22?

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

Upvotes: -2

Views: 254

Answers (1)

Marcell Bolubás
Marcell Bolubás

Reputation: 134

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

sudo apt install python3-pip

And after that:

pip3 install turicreate

Upvotes: 0

Related Questions