python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

因为最近准备对折线图、曲线图进行坐标读取,所以使用python调用MATLAB进行尝试,但在此过程出现报错:

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

我使用的MATLAB2017b不支持python3.8版本。

解决方法:

我选择在anaconda中创建一个虚拟环境。

如下:

 python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 因为最高支持3.6的版本,所以创建一个3.6版本的

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 打开pycharm,在setting中设置,选择add

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 

一般创建的虚拟环境都在anaconda的envs中

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 设置完环境,再次执行就可以成功

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 测试:

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 

python使用MATLAB报错OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but y

 

 运行成功

上一篇:【Matlab路缝识别】形态学路缝识别(带面板)【含GUI源码 1649期】


下一篇:移动端px转化为rem