Preface
提交作业的时候报了这个错误
1 | error: structure has no member 'message' |
我的系统是Ubutu16,octave是4.0.0版本。
报这个错误的原因是因为octave4.0.0版本,提交作业的脚本在ubuntu上不是能够很好的工作。所以需要对其进行更新。
安装
1 | sudo apt-get install octave |
更新
1 | # 查看当前版本 |
提交作业的时候报了这个错误
1 | error: structure has no member 'message' |
我的系统是Ubutu16,octave是4.0.0版本。
报这个错误的原因是因为octave4.0.0版本,提交作业的脚本在ubuntu上不是能够很好的工作。所以需要对其进行更新。
1 | sudo apt-get install octave |
1 | # 查看当前版本 |