在我的 macOS 上 使用安装Turicreate时出现错误,pip
Could not find a version that satisfies the requirement turicreate (from versions: )
No matching distribution found for turicreate
我做了以下步骤:
conda create -n venv python=2.7 anaconda
source activate venv
pip install -U turicreate
pip install --upgrade pip
Requirement already up-to-date: pip in ./anaconda/lib/python3.5/site-packages