linux – 在ubuntu中安装octave包
发布时间:2020-05-27 15:34:39 所属栏目:Linux 来源:互联网
导读:任何人都可以帮助我这个错误? octave:4 pkg install signal-1.2.0.tar.gzerror: the following dependencies where unsatisfied: signal needs optim = 1.0.0 signal needs specfun = 0.0.0 signal needs control = 2.2
|
任何人都可以帮助我这个错误? 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 我需要安装信号包,但我必须下载其他工作从我已经注意到,但它在安装struct包时卡住. @编辑 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 @编辑 octave:6> which mkoctfile `mkoctfile' is a function from the file /usr/share/octave/3.6.2/m/miscellaneous/mkoctfile.m 我不知道该怎么办.. 解决方法你需要安装mkoctfile.根据您的ubuntu版本,这将是不同的包.它使用在octave-pkg-dev,但现在是在liboctave-dev.Ubuntu和Debian将其作为单独的软件包,因为只需要自己构建软件包即可.他们希望你使用他们打包的Octave软件包(sudo apt-get install octave-signal).他们的版本将落在实际版本之后,但它们分发的Octave版本也是如此.这是支付稳定的代价. (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- LINUX教学:Ubuntu 16.04安装 Caffe GPU版
- BEA-141150 - An error occurred while preparing applicat
- 无法在CentOS中安装软件包:无法加载Internet例程
- linux – 要重启服务(例如httpd),我应该使用/etc/init.d ht
- linux – 如何挂起另一个线程(不是当前线程)?
- linux – 从一个系统复制到另一个系统时无法创建常规文件
- ubuntu 安装zookeeper和设置开机启动
- Python中的自动重启系统
- linux – Centos用户帐号nologin但可能考虑到su
- linux – 在Ubuntu上安装Gnuplot 5.0
