How to use turicreate in Anaconda navigator

146 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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