(*) 问题:我正在尝试在 MacOS 上为我的 coursera 课程安装 GraphLab Create。尝试创建新的 conda 环境时安装程序失败。
(*) 尝试的解决方案:
(1) 在当前版本的 conda 的错误消息中列出的已安装包:./conda install conda=4.0
(2) 更新了 conda 本身,当我运行 GrapLab 安装程序时,它降级到 4.0.8
(*) 错误信息:
Did not find a broken "gl-env" environment.
Creating conda environment "gl-env".
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata:
Solving package specifications:
Error: Dependencies missing in current osx-64 channels:
- anaconda 4.0|4.0.0* -> scipy 0.17.0 np110py27_0 -> blas * mkl
- anaconda 4.0|4.0.0* -> pytables 3.2.2 np110py27_1 -> numexpr 2.5* -> …Run Code Online (Sandbox Code Playgroud)