我使用命令安装了“turicreate” pip3 install turicreate
,但仍然出现以下错误
import turicreate as tc
错误:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-5e19a42750e5> in <module>
----> 1 import turicreate as tc
ModuleNotFoundError: No module named 'turicreate'