You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
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'
The text was updated successfully, but these errors were encountered: