I installed 'turicreate' using the command pip3 install turicreate
, but still I get the follwing error
import turicreate as tc
Error:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-5e19a42750e5> in <module>
----> 1 import turicreate as tc
ModuleNotFoundError: No module named 'turicreate'