ubuntu-14.10

Receiving “Unmet dependency” while installing r-base on Ubuntu 14.10

◇◆丶佛笑我妖孽 提交于 2021-02-11 15:17:59
问题 I am trying to install R on Ubuntu 14.10 When I am giving the command to download r-base, I get the following error roy@laptop:~$ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following

Receiving “Unmet dependency” while installing r-base on Ubuntu 14.10

雨燕双飞 提交于 2021-02-11 15:16:31
问题 I am trying to install R on Ubuntu 14.10 When I am giving the command to download r-base, I get the following error roy@laptop:~$ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following

sbt/sbt : no such file or directory error

爱⌒轻易说出口 提交于 2021-01-28 12:42:12
问题 I'm trying to install spark in my ubuntu machine. I have installed sbt and scala. I'm able to view their versions. But, when I try to install spark using 'sbt/sbt assembly' command, i get the below error. 'bash: sbt/sbt: No such file or directory' Can you please let me know where I am making a mistake. I have been stuck here since yesterday. Thank you for the help in advance. 回答1: You may had downloaded the pre-built version of Spark. If its a pre-built you dont need to execute built tool

Installing OpenCV in Ubuntu 14.10

99封情书 提交于 2019-12-30 02:29:06
问题 I'm trying to install OpenCV in Ubuntu 14.10 according to instruction. I installed all mentioned dependencies, but when I'm trying to run make I get such errors: /home/ilia/opencv-2.4.8/modules/highgui/src/ffmpeg_codecs.hpp:114:7: error: ‘CODEC_ID_H261’ was not declared in this scope { CODEC_ID_H261, MKTAG('H', '2', '6', '1') } for all codecs, as I think. And these errors: In file included from /home/ilia/opencv-2.4.8/modules/highgui/src/cap_ffmpeg.cpp:45:0: /home/ilia/opencv-2.4.8/modules

The EER diagram editor is not displaying column data and other information

别等时光非礼了梦想. 提交于 2019-12-23 07:11:04
问题 When running mysql-workbench on Ubuntu 14.10 I am getting unexpected behavior in the GUI. If I double click on a table in the EER diagram editor I can't see a list of columns and their attributes. My screen looks like this: When I double click on a table in the diagram editor the expected behaviour is to list each column in the table along with its attributes within the area highlighted in pink. I should be able to modify, delete, and add columns. Why am I seeing this behaviour and how can I

libjvm.so: cannot open shared object file: No such file or directory

孤人 提交于 2019-12-18 01:56:52
问题 Trying to install the rJava package on R, on my 14.10 ubuntu, using this code if (!require(rJava)) install.packages('rJava') got few errors related to java including jni problems, after reinstalling the jdk, and tried to run the same code again, got that error Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/usr/local/lib/R/site-library/rJava/libs/rJava.so': libjvm.so: cannot open shared object

libjvm.so: cannot open shared object file: No such file or directory

廉价感情. 提交于 2019-12-18 01:55:00
问题 Trying to install the rJava package on R, on my 14.10 ubuntu, using this code if (!require(rJava)) install.packages('rJava') got few errors related to java including jni problems, after reinstalling the jdk, and tried to run the same code again, got that error Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/usr/local/lib/R/site-library/rJava/libs/rJava.so': libjvm.so: cannot open shared object

How to run STS on Java version 1.7

天涯浪子 提交于 2019-12-01 17:19:33
I need to run eclipse(java 1.7) and STS 3.8.1 ( java 1.8) but if i select the java 7 as default i am getting error in the STS 3.8.1. I am using OS : ubuntu 14.10 Error : Version 1.7.0_80 of the JVM is not suitable for this product. Version: 1.8 or greater is required. Or I select java 1.8 as default eclipse is not working fine. My requirement is to build a Project using java 1.7 with STS. and latest version 3.8.1 doesnot support the java 1.7. and i try to search which version of STS support 1.7 but i am not getting any answer . This question is old, but for anyone looking at this in the future

How to run STS on Java version 1.7

大城市里の小女人 提交于 2019-12-01 16:25:38
问题 I need to run eclipse(java 1.7) and STS 3.8.1 ( java 1.8) but if i select the java 7 as default i am getting error in the STS 3.8.1. I am using OS : ubuntu 14.10 Error : Version 1.7.0_80 of the JVM is not suitable for this product. Version: 1.8 or greater is required. Or I select java 1.8 as default eclipse is not working fine. My requirement is to build a Project using java 1.7 with STS. and latest version 3.8.1 doesnot support the java 1.7. and i try to search which version of STS support 1

Installing OpenCV in Ubuntu 14.10

冷暖自知 提交于 2019-11-30 07:36:06
I'm trying to install OpenCV in Ubuntu 14.10 according to instruction . I installed all mentioned dependencies, but when I'm trying to run make I get such errors: /home/ilia/opencv-2.4.8/modules/highgui/src/ffmpeg_codecs.hpp:114:7: error: ‘CODEC_ID_H261’ was not declared in this scope { CODEC_ID_H261, MKTAG('H', '2', '6', '1') } for all codecs, as I think. And these errors: In file included from /home/ilia/opencv-2.4.8/modules/highgui/src/cap_ffmpeg.cpp:45:0: /home/ilia/opencv-2.4.8/modules/highgui/src/cap_ffmpeg_impl.hpp: In member function ‘double CvCapture_FFMPEG::getProperty(int)’: /home