【发布时间】:2015-08-26 22:38:19
【问题描述】:
我已经创建了一个 conda 环境,因此我可以在我的 Mac 上使用 runsnakerun,如下所示:
conda create -n runsnake wxPython
source activate runsnake
pip install runsnakerun
但是,当我现在尝试使用 runnake 时,我得到:
$ runsnake
This program needs access to the screen.
Please run with a Framework build of python, and only when you are
logged in on the main display of your Mac.
如何让 runnake 工作?
【问题讨论】:
标签: macos wxpython anaconda conda