cgaters
cgaters

Reputation: 41

How to use turicreate in Anaconda navigator

I created a new conda environment and installed turicreate. How can I start anaconda navigator within this new environment? Currently I start navigator from the base environment and then switch to the new environment. When I do this, I can see turicreate is listed as an installed package, but when I import it, I get a modulenotfound error.

Upvotes: 0

Views: 146

Answers (1)

cgaters
cgaters

Reputation: 41

Creating new environment with a version of python (3.7) compatible with Turicreate solved this problem..

Upvotes: 0

Related Questions