我需要安装MATLAB Engine for Python来调用python函数
我尝试了帮助上的步骤
我正在使用MATLAB 2015a
我无法从CMD运行setup.py
在帮助说明中,他们让我在这个目录上找到setup.py:
C:\Program Files\MATLAB\MATLAB Production Server\R2015a\matlabroot\extern\engines\python
but when I searched on matlab dir I found it on this dir :
C:\Program Files\MATLAB\MATLAB Production Server\R2015a\extern\engines\python
我使用这两个代码从CMD安装此引擎(作为管理员)
cd C:\Program Files\MATLAB\MATLAB Production Server\R2015a\extern\engines\python
python setup.py install
我试过Python27和Python34这里是64位版本的问题CMD返回错误当我在 python setup.py install 上使用“ Python ”时出错:'python'未被识别为内部或外部命令
然后我尝试了setup.py install它返回此错误:
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
当我用Python 32位尝试这两个代码时,它返回:
error: 32bit python does not work with 64bit MATLAB. Please check your version of Python