Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Cannot install and import TuriCreate #3472

Open
kittytang111 opened this issue Apr 6, 2023 · 1 comment
Open

Cannot install and import TuriCreate #3472

kittytang111 opened this issue Apr 6, 2023 · 1 comment

Comments

@kittytang111
Copy link

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'

@TobyRoseman
Copy link
Collaborator

Do you get an error message when you run !pip install turicreate?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants