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
0
votes
2 answers

I have setup all my android-studio and project but it's been continously building gradle since almost two hours

When I cancel gradle it showing following line. Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources, …
0
votes
0 answers

Cant Open a video using opencv in java

I am using opencv 320 in ubuntu 17.04 and simply trying to count total frame numbers of a given video in java.Here is my code. public class VideoAnalysis { public static void main (String [] args){ …
Yonex
  • 87
  • 9
0
votes
1 answer

Android emulator running extremely slow on Ubuntu 17.04

I know this is a duplicate but i am unable to comment on this thread in order to find out a solution. I have done exactly as the accepted answer but my problem isn't solved. I am running Ubuntu 17.04 on a laptop with Intel Core i7 4th Gen…
0
votes
1 answer

Window manager error: Failed to get proc address for 'eglGetPlatformDisplayEXT'

I used 'ubuntu 17.04' system in VirtualBox.And After i ticked the 3D acceleration up. There are some gnome-shell's prettification became disable. And the Gnome Tweak Tool lost the option of shell theme. So I tryed to start the gnome-shell.But I get…
Johnny Xia
  • 23
  • 7
0
votes
1 answer

Unknown plugin "Relay" - React, GraphQL and Relay

I'm a beginner in GraphQL. I just started to follow the tutorial in Here But I'm getting this compilation problem: Unknown plugin "Relay" This is my package.json { "name": "hackernews-react-relay", "version": "0.1.0", "private": true, …
0
votes
1 answer

install laravel on a system running both windows 10 and ubuntu 17.04

I just installed the latest version of Ubuntu, and I was already running Windows 10 on my laptop {Toshiba Satellite P55t-A5118}. Now I want to install and run laravel on my Ubuntu partition, I have installed every software needed, but whenever i run…
0
votes
2 answers

Why can't I output a combination of three keys using AutoKey on Ubuntu 17.04?

Here's what I've done so far: mapped super + h to keyboard.send_keys("+"), works mapped super + h to keyboard.send_keys("+"), works mapped super + h to keyboard.send_keys("++"), doesn't work Incidentally,…
Osama
  • 61
  • 1
  • 9
0
votes
1 answer

Heroku CLI Not Detecting Git

I am trying to download my git repository off of heroku using heroku git:clone -a my_app but am given the error ENOENT: spawn git ENOENT I read online that this error happens because git was not detected by heroku-cli, but I have git installed.…
user1876508
  • 12,864
  • 21
  • 68
  • 105
0
votes
1 answer

Unable to install Ruby gem unf_ext 0.7.4 on Ubuntu

I am having a hell of a time installing unf_ext 0.7.4 on Ubuntu. I've tried every form of Google searching you can possibly imagined and installed almost everything I could think of, here's what I've installed so far: libgmp-dev ruby-dev…
nvl90319
  • 1
  • 3
0
votes
3 answers

Rstudio installation on Ubuntu 17.04: Error: Cannot satisfy dependencies

I have R installed: $ R R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are…
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
3 answers

Error at installing Caffe in Ubuntu 17.04 (libhdf5.so)

Durring installation (compiling) Caffe (the first version) on my Ubuntu 17.04, I receive the following error: *** No rule to make target '/usr/lib/x86_64-linux-gnu/"libhdf5.so"', needed by 'lib/libcaffe.so.1.0.0'. Stop. My computer specification…
Iman
  • 412
  • 4
  • 18
0
votes
1 answer

Django + Gunincorn - deploy and stay connected to the port?

Correct me if I am wrong: I can use gunicorn to deploy a django project, for instance I can deploy my app - helloapp in this way: $ cd env $ . bin/activate (env) $ cd .. (env) $ pip install -r requirements.txt (env)…
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
0 answers

How to run Django legacy projects with gunicorn?

How can I run the legacy of django project 1.5 with gunicorn? $ gunicorn wsgi:application -b 127.0.0.1:8000 [2017-05-18 16:48:00 +0000] [15535] [INFO] Starting gunicorn 19.6.0 [2017-05-18 16:48:00 +0000] [15535] [INFO] Listening at:…
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
1 answer

Installing OpenCV 3.2.0 with Python 2.7 in Ubuntu 17.04

How can I install OpenCV 3.2.0 with Python 2.7 in Ubuntu 17.04? Is there any proper shell script for it? I have tried this shell script. But I've got these errors.
opu 웃
  • 464
  • 1
  • 7
  • 22
0
votes
1 answer

Installing Vapor Toolbox on Ubuntu 17.04

$ curl -sL toolbox.vapor.sh | bash This script is deprecated. Please install through Homebrew or APT $ eval "$(curl -sL https://apt.vapor.sh)" Only Ubuntu 14.04, 16.04, and 16.10 are supported. You are running 17.04 I'm using Ubuntu 17.04 or i…
imKitti
  • 1
  • 1