This repository was archived by the owner on Dec 21, 2023. It is now read-only.
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Cannot install and import TuriCreate #3472
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels