Netlogo 扩展异常。Python无法启动

Netlogo 扩展异常。Python无法启动,netlogo,Netlogo,我试图在Netlogo模型中使用python扩展。我一开始就声明了我的python扩展 extensions [gis nw py] 并通过菜单(python->configure)配置到python的路径 请注意,python版本是anaconda环境。但是,当我尝试运行模型时,我得到以下错误: Extension exception: Python failed to start. Encountered an error while running '/Users/imantha/Sof

我试图在Netlogo模型中使用python扩展。我一开始就声明了我的python扩展

extensions [gis nw py]
并通过菜单(python->configure)配置到python的路径

请注意,python版本是anaconda环境。但是,当我尝试运行模型时,我得到以下错误:

Extension exception: Python failed to start. Encountered an error while running '/Users/imantha/Software/anaconda3/envs/CRTTEnv/bin/python3.7'. Check to make sure the correct path was entered in the Python configuration menu or supply the correct path as an argument to PY:SETUP.
知道我为什么会出现以下错误吗。请注意,我使用的是macos系统。我在windows上也做了同样的事情,效果很好。唯一的区别是我使用.exe作为扩展名
path/python3.7.exe

Extension exception: Python failed to start. Encountered an error while running '/Users/imantha/Software/anaconda3/envs/CRTTEnv/bin/python3.7'. Check to make sure the correct path was entered in the Python configuration menu or supply the correct path as an argument to PY:SETUP.