Cannot install and import TuriCreate
Author: kittytang111Created Apr 6, 2023Updated Apr 10, 2023
I cannot install TuriCreate. I tried 3.7,3.8,3.9. Anyone helps?
!sudo apt-get install python3.7 !sudo apt-get update -y !sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 !sudo update-alternatives --config python3 !sudo apt install python3-pip !sudo apt-get install python3.7-distutils !pip uninstall numpy !pip install requests==2.18.4 !pip install numpy==1.14.5 !pip uninstall turicreate !pip install turicreate !pip list turicreate==6.4.1
!pip show turicreate import turicreate as tc
ModuleNotFoundError Traceback (most recent call last) in <cell line: 1>() ----> 1 import turicreate as tc
ModuleNotFoundError: No module named 'turicreate'
Source: apple/turicreate