octave:4> pkg install signal-1.2.0.tar.gz error: the following dependencies where unsatisfied: signal needs optim >= 1.0.0 signal needs specfun >= 0.0.0 signal needs control >= 2.2.3 signal needs general >= 1.3.2 octave:4> pkg install optim-1.2.2.tar.gz error: the following dependencies where unsatisfied: optim needs miscellaneous >= 1.0.10 optim needs struct >= 1.0.10 octave:4> pkg install struct-1.0.10.tar.gz make: /usr/bin/mkoctfile: Command not found make: *** [fields2cell.oct] Error 127 'make' returned the following error: make: Entering directory `/tmp/oct-fdbs5k/struct-1.0.10/src' /usr/bin/mkoctfile -s fields2cell.cc make: Leaving directory `/tmp/oct-fdbs5k/struct-1.0.10/src' error: called from `pkg>configure_make' in file /usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391,column 9 error: called from: error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834,column 5 error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383,column 9
我需要安装信号包,但我必须下载其他的工作,我注意到,但它安装结构包时被卡住。
@edit尝试安装misc〜包时出现同样的错误。
octave:5> pkg install miscellaneous-1.2.0.tar.gz error: the following dependencies where unsatisfied: miscellaneous needs general >= 1.3.1 octave:5> pkg install general-1.3.2.tar.gz make: /usr/bin/mkoctfile: Command not found make: *** [__exit__.oct] Error 127 'make' returned the following error: make: Entering directory `/tmp/oct-CA6o4U/general/src' /usr/bin/mkoctfile __exit__.cc make: Leaving directory `/tmp/oct-CA6o4U/general/src' error: called from `pkg>configure_make' in file /usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391,column 9
@edit附加信息:
GNU八度方法对matrix中的每个项目进行操作。 八度“arrayfun(…)”的例子
在Ubuntu 16上安装Octave软件包
Windows八度无法粘贴剪贴板中的文本?
在Octave Windows上不能使用awgn
我想为Windows构build一个可执行的Octave脚本
octave:6> which mkoctfile `mkoctfile' is a function from the file /usr/share/octave/3.6.2/m/miscellaneous/mkoctfile.m
我不知道该怎么做..
在八度,printf给出奇怪的错误
如何通过Cygwin从桌面图标启动GNU Octave?
编译所需的BLAS和LAPACK库
无法在Octave 3.8 Ubuntu中安装octave-forge杂项包
你需要安装mkoctfile 。 根据你的ubuntu版本,这将在不同的软件包。 它用在octave-pkg-dev但是现在在liboctave-dev 。
Ubuntu和Debian把它作为单独的软件包,因为只有在你想自己构建软件包时才需要它。 他们希望你使用他们打包的Octave软件包( sudo apt-get install octave-signal )。 他们的版本将落后于实际版本,但是他们分发的八度版本也会发生同样的情况。 这是稳定性的代价。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。