linux-mint

E: Unable to locate package heroku-toolbelt

别等时光非礼了梦想. 提交于 2019-12-06 10:27:49
问题 I am trying to install the Heroku Toolbelt on Linux Mint 15 Olivia (x86-64) When i try to run the standard command for installing on Debian machines: wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh I get: W: Failed to fetch http://toolbelt.heroku.com/ubuntu/./Packages 302 Moved Temporarily [IP: 23.21.198.2 80] ... E: Unable to locate package heroku-toolbelt I have also got the heroku.list repo in my etc/apt/sources/ : deb http://toolbelt.heroku.com/ubuntu ./ When i try to add the

What can I do against 'CUDA driver version is insufficient for CUDA runtime version'?

好久不见. 提交于 2019-12-06 05:54:28
When I go to /usr/local/cuda/samples/1_Utilities/deviceQuery and execute moose@pc09 /usr/local/cuda/samples/1_Utilities/deviceQuery $ sudo make clean rm -f deviceQuery deviceQuery.o rm -rf ../../bin/x86_64/linux/release/deviceQuery moose@pc09 /usr/local/cuda/samples/1_Utilities/deviceQuery $ sudo make "/usr/local/cuda-7.0"/bin/nvcc -ccbin g++ -I../../common/inc -m64 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch

error running gem install pg -v '0.15.1'

不羁的心 提交于 2019-12-05 23:09:52
问题 Running gem install pg -v '0.15.1' giving errors: Building native extensions. This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem native extension. /home/askar/.rvm/rubies/ruby-1.9.3-p429/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h... no Can't find the 'libpq-fe.h header * extconf.rb failed * Could not create Makefile due to

work flow for using git 2.5 for multiple work directories using 'git worktree'

假装没事ソ 提交于 2019-12-05 22:17:01
Being very new to git, I'm trying to get an overview of how to use multiple work directories for different branches off one github project. In particular I want/need to work on two branches - one the 'master' the other one a maintenance release, say maintenance/project1. The plan is to run the work under Linux/Mint 17.2. As well, I would like to make use of the latest git worktree features introduced in 2.5. Assuming I have a github account, have forked my own fork off the main project and have cloned the fork to my local machine in ~/user/myproject. As things stand now, I don't expect to

lapack/blas/openblas proper installation from source - replace system libraries with new ones

对着背影说爱祢 提交于 2019-12-05 17:51:59
I wanted to install BLAS, CBLAS, LAPACK and OpenBLAS libraries from source using available packages you can download here openblas and lapack , blas/cblas . Firstly I removed my system blas/cblas and lapack libraries, but unfortunately atlas library couldn't be uninstalled (I can either have both blas and lapack or atlas - can't remove them all). I didn't bother and started compiling downloaded libraries cause I thought that after installation I would be able to remove atlas. Building process was based on this tutorial. For completeness I will list the steps: OpenBLAS . After editing Makefile

Unable to install package car

爷,独闯天下 提交于 2019-12-05 17:43:54
I am using R version 3.2.3 in Linux mint 17.3 64 bit. I was trying to install the package "car" with dependencies=TRUE , but the installation failed with the following error messages: > warnings() Warning messages: 1: In install.packages("car", dependencies = T) : installation of package ‘minqa’ had non-zero exit status 2: In install.packages("car", dependencies = T) : installation of package ‘RcppEigen’ had non-zero exit status 3: In install.packages("car", dependencies = T) : installation of package ‘leaps’ had non-zero exit status 4: In install.packages("car", dependencies = T) :

Can't run c/c++ codes in code::blocks 13.12 on linuxmint 17: Status 255

跟風遠走 提交于 2019-12-05 07:29:40
I am not able to run any C/C++ programs in code::blocks. Could anyone please suggest why this is happening? Currently I have the gnu c and g++ compilers installed on the system. The error message on building and running this simple c code: #include<stdio.h> int main(){ printf("55"); return 0; } is: Checking for existence: /home/user1/Desktop/progs/a Executing: xterm -T '/home/user1/Desktop/progs/a' -e /usr/bin/cb_console_runner "/home/user1/Desktop/progs/a" (in /home/user1/Desktop/progs) Process terminated with status 255 (0 minute(s), 6 second(s)) You have two options: Install xterm or In

Having trouble installing PyAudio for Python3 on Mint

我们两清 提交于 2019-12-05 06:27:08
I was following the instructions here and I'm having trouble getting the installation to work. Basically, the first part works fine. I downloaded portaudio, followed the instructions, and it all seemed to work. However, when I tried python3 setup.py install , I got an error. The error came from the /src/_portaudiomodule.c file, and it said that "The file Python.h could not be found". I don't really understand what's going on because there was no Python.h file when I extracted the PyAudio archive. I don't know where the Python.h file was supposed to come from. I'm kind of a noob to unix systems

problems installing M2Crypto on Mint: follow-up

风格不统一 提交于 2019-12-05 02:53:05
问题 I asked a question here regarding installing the M2Crypto python library in Mint. That question was answered successfully and I was able to build and install M2Crypto. However, I am not able to use it within Python. when I attempt to import the module, I get the following error: >>> import M2Crypto Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/M2Crypto/__init__.py", line 22, in <module> import __m2crypto ImportError: /usr

E: Unable to locate package heroku-toolbelt

三世轮回 提交于 2019-12-04 18:58:01
I am trying to install the Heroku Toolbelt on Linux Mint 15 Olivia (x86-64) When i try to run the standard command for installing on Debian machines: wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh I get: W: Failed to fetch http://toolbelt.heroku.com/ubuntu/./Packages 302 Moved Temporarily [IP: 23.21.198.2 80] ... E: Unable to locate package heroku-toolbelt I have also got the heroku.list repo in my etc/apt/sources/ : deb http://toolbelt.heroku.com/ubuntu ./ When i try to add the repo again with: sudo apt-add-repository 'deb http://toolbelt.herokuapp.com/ubuntu ./' I get: Cannot