本文介绍了在 pip 上的 ubuntu python 3.8.2 上安装 Turicreate 时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
==================================================================================
TURICREATE ERROR
If you see this message, pip install did not find an available binary package
for your system.
Supported Platforms:
* macOS 10.12+ x86_64.
* Linux x86_64 (including WSL on Windows 10).
Support Python Versions:
* 2.7
* 3.5
* 3.6
* 3.7
Another possible cause of this error is an outdated pip version. Try:
`pip install -U pip`
==================================================================================
这是我在输入命令pip install turicreate"后得到的消息.
This is the message I get after I type the command "pip install turicreate".
我使用的是 ubuntu 20.4 并在我的系统上安装了 python 3.8.2
I am using ubuntu 20.4 and have python 3.8.2 installed on my system
推荐答案
Turicreate 尚不支持 Python 3.8.您必须使用较早的 Python 版本(例如 3.7)才能使 turicreate 正常工作.
Turicreate doesn't support Python 3.8 yet. You have to use an earlier python version (e.g 3.7) to get turicreate working.
这篇关于在 pip 上的 ubuntu python 3.8.2 上安装 Turicreate 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!