Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/310.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 导入Turicreate时出现错误,没有名为';turicreate.cython.cy#u unity';_Python_Python 3.x_Windows Subsystem For Linux_Turi Create - Fatal编程技术网

Python 导入Turicreate时出现错误,没有名为';turicreate.cython.cy#u unity';

Python 导入Turicreate时出现错误,没有名为';turicreate.cython.cy#u unity';,python,python-3.x,windows-subsystem-for-linux,turi-create,Python,Python 3.x,Windows Subsystem For Linux,Turi Create,导入turicreate时,jupyter笔记本中出现以下错误: 没有名为“turicreate.cython.cy_unity”的模块 我已尝试卸载并重新安装该软件包。我不知道我做错了什么。我使用的是windows 10 64位计算机和Python 3.7 请帮忙。谢谢,TC不支持Python 3.7,最新支持的版本是3.6 您需要配置Python3.6虚拟环境,使用Anaconda很容易做到这一点 查看这篇文章,了解有关设置TC和其他ML包的详细信息-

导入turicreate时,jupyter笔记本中出现以下错误:

没有名为“turicreate.cython.cy_unity”的模块

我已尝试卸载并重新安装该软件包。我不知道我做错了什么。我使用的是windows 10 64位计算机和Python 3.7


请帮忙。谢谢,TC不支持Python 3.7,最新支持的版本是3.6

您需要配置Python3.6虚拟环境,使用Anaconda很容易做到这一点

查看这篇文章,了解有关设置TC和其他ML包的详细信息-