Questions tagged [ubuntu-17.04]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked on https://askubuntu.com/. Use this tag only for questions that are specific to Ubuntu 17.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

78 questions
1
vote
0 answers

Eclipse on Ubuntu 17.04, can't run c code after building it: Launch failed. Binary not found

I am new to eclipse CDT on Ubuntu and I can not run my program successfully. I am able to build my code and binaries then occur on the left navigator. However, when I try to run my program, there is an error saying "Launch failed. Binary not found".…
1
vote
1 answer

wxCrafter tab is missing in CodeLite

I installed CodeLite with wxWidgets on Ubuntu 17.04. Tried to go through "Hello World" Tutorial. The problem is, I don't have wxCrafter tab: Also, if I open Plugins → Manage Plugins..., nothing is in there: How to enable wxCrafter tab?
1
vote
2 answers

Android emulator won't launch on Ubuntu 17.04

I've downloaded Android Studio 2.3.3 and currently, I'm trying to run basic Hello World activity which is automatically generated. When I try to launch emulator, it does not launch. Is it a known bug or just wrong configuration? I was also surprised…
Jakub Gruber
  • 745
  • 1
  • 11
  • 27
1
vote
1 answer

Virtualbox cannot assign more than 4 cores (8 core host)

I have windows 10 host running virtualbox Version 5.1.22 r115126 (Qt5.6.2) And an Ubuntu 17.04 x64 guest with guest addition stuff. The host has AMD 8 core cpu but I get a warning when assigning more than 4 cores to this VM. Would it really harm…
Aus
  • 1,183
  • 11
  • 27
1
vote
1 answer

How to use git pull to merge the remote branch into yours?

Here i m successfully run git add and git commit on my gitlab account but when i perform git push they give me a following error: To gitlab.com:shrav/vaishaliAllProjects.git ! [rejected] master -> master (fetch first) error: failed to push…
vaishali bagul
  • 51
  • 2
  • 2
  • 7
1
vote
1 answer

How can I update my gcc 6.3.0 to gcc 7.1.0 in ubuntu 17.04

Is there any ppa available for gcc 7.1 for ubuntu 17.04? https://launchpad.net/~jonathonf/+archive/ubuntu/gcc-7.1 This ppa is for 16.04, which I have found
Saquib Rais
  • 11
  • 1
  • 2
1
vote
0 answers

How to fix Xtreams.Incomplete exception in Smalltalk multi core program?

My rewrite of the benchmarks game mandelbot Smalltalk program, to use quad core, sometimes works and sometimes fails. Here I've simplified the code into a couple of methods, sufficient to reproduce the problem on my computer. (Paste into a plain…
igouy
  • 2,547
  • 17
  • 16
0
votes
1 answer

How to fix: ImportError: cannot import name LiveSpeech?

I am trying to use LiveSpeech with my model and dictionary which I have trained: #!/usr/bin/env python from pocketsphinx import LiveSpeech hmm = '/home/ridwan/sphinx/other1/output/other1.ci_cont' #folder of the acoustic model lm =…
Ridwan
  • 214
  • 4
  • 17
0
votes
0 answers

Failing to open audio device (/dev/dsp)

I am using pocketsphinx to adapt my acoustic model which i have trained. So to use the model in pocketsphinx, i ran the following command: pocketsphinx_continuous -inmic yes -lm "/home/ridwan/sphinx/other/output/other.lm.DMP" -dict…
Ridwan
  • 214
  • 4
  • 17
0
votes
1 answer

how can i install rmagick on ubuntu 17.04

Installing rmagick on Ubuntu there are solutions for different versions of ubuntu, but none worked on 17.04 ? sudo apt-get install libmagickwand-dev gives Reading package lists... Done Building dependency tree Reading state information...…
Awol
  • 169
  • 6
0
votes
0 answers

matplotlib installation is failing on Ubuntu 17.04 32 bit os

pip install matplotlib is throwing error : ============================================================================ * The following required packages can not be built: * freetype, png …
Prashant
  • 9
  • 2
0
votes
2 answers

Virtaualbox-5.1/5.2 not working in ubuntu-17.04?

Hello I'm facing problem in starting virtualbox-5.1/5.2 in ubuntu 17.04. virtualbox Here is the error during starting VM VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed:…
0
votes
1 answer

install cuda 8 with ubuntu 17.04 because cuda 9 compiler loops

How do I install Cuda 8 under Ubuntu 17.04, although it is not listed as supported? I need it because the following code causes nvcc 9 not to terminate: #include using thrust::device_vector; struct T : public…
WRF
  • 127
  • 10
0
votes
1 answer

studio.sh is not working on ubuntu 17.04

i have a problem in running ./studio.sh and when I try to run it by terminal , this error shows in the picture attached click to see image
Amin Imani
  • 11
  • 4
0
votes
1 answer

ASUS N751JK, bluetooth doesn't work, ubuntu 17.10

Can't make my bluetooth work on Ubuntu. The toggle is active.But it means nothing. Since system is not reacting on it rfkill list output is normal: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked:…
Vlad
  • 31
  • 1
  • 4