Reputation: 1
It had Python 3.10.4 installed already and turicreate requires python 3.7
So how can I do it?
Upvotes: -2
Views: 254
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