Anaconda Python:ModuleNotFoundError:没有名为"matlab"的模块 [英] Anaconda Python: ModuleNotFoundError: No module named 'matlab'

查看:337
本文介绍了Anaconda Python:ModuleNotFoundError:没有名为"matlab"的模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Python和Linux的新手,并且想安装适用于Python 3.6的MATLAB引擎.我已经按照MathWorks的步骤进行操作( http://www. mathworks.com/help/matlab/matlab-engine-for-python.html ) 并尝试也使用python setup.py build --build-base=$(mktemp -d) install,但错误仍然出现.我已经安装了MATLAB R2018a,并在Anaconda中使用了Spyder 3.2.8.

I'm new to Python and Linux and want to install a MATLAB Engine for Python 3.6. I already followed the steps from Mathworks (http://www.mathworks.com/help/matlab/matlab-engine-for-python.html) and tried also to use python setup.py build --build-base=$(mktemp -d) install but the error still appears. I have MATLAB R2018a installed and use Spyder 3.2.8 with Anaconda.

有人建议吗?

提前谢谢!

推荐答案

经过多次测试,我认为我已经解决了问题.如果有人遇到相同的问题,我将发布答案.如此处所述: https://stackoverflow.com/a/39759581/9834571 您可以添加替代的python命令.对我来说,当我按如下方式更改上述示例时,它起作用了:

After many tests I think I solved the problem. I will post the answer if someone has the same problems. As mentioned here: https://stackoverflow.com/a/39759581/9834571 You can add an alternative python command. For me it worked when I vary the mentioned example as followed:

sudo update-alternatives --install /usr/bin/python python ~/anaconda3/envs/ 2
update-alternatives --display python
cd /usr/local/MATLAB/R2018a/extern/engines/python/
python setup.py build --build-base=$(mktemp -d) install

这篇关于Anaconda Python:ModuleNotFoundError:没有名为"matlab"的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆