Macports caffe 错误 python

Macports caffe wrong python

我使用 Macports sudo port install caffe 安装了 caffe。但是,Macports 没有使用我想用于开发的 anaconda python。我只能在 Macports 的 python2.7.

import caffe

有没有办法显示 anaconda python 去哪里找或者我是否必须为 anaconda python 重新安装?无论哪种方式,我将不胜感激提示如何去做。

安装 pyvenv ...在 Mac 上很容易安装 - 然后您可以使用任何您想要的东西。

MacPorts 从不安装与 MacPorts 自己的版本以外的其他 Python 版本一起使用的模块。因此,没有切换到 select Python 版本来构建。

您必须自己为 Anaconda Python 安装 caffe,例如在 virtualenv 中,或使用 MacPorts Python.