Questions tagged [installation-package]

164 questions
82
votes
3 answers

Conda - Silently installing a package

I am trying to automate the process of setting up a development environment with pandas package using conda. I installed conda, created and activated a dev environment. When I tried to install a package as follows, I noticed that there was a prompt…
activelearner
  • 5,115
  • 14
  • 42
  • 77
40
votes
14 answers

How to install PHP 7 on EC2 t2.micro Instance running Amazon Linux Distro

I want to install the latest PHP 7.0 on an AWS EC2 T2.Micro Instance. So far I have read that currently AWS do not support PHP 7. But hey.. This is just a virtual server in the cloud with me having the full control over its configuration, so there…
10
votes
3 answers

Unable to install tidyr in R version 3.1.1

I am unable to install tidyr package in R version 3.1.1 This is what happens: install.packages("tidyr") Installing package into ‘C:/Users/Name/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘tidyr’…
Asad Shah
  • 99
  • 1
  • 2
  • 6
9
votes
10 answers

Eclipse installation failed due to invalid APK file?

I use Eclipse for develop android apps, but when run projects see this error: Installation failed due to invalid APK file!
AbbasS
  • 99
  • 1
  • 1
  • 5
8
votes
1 answer

How to install additional perl module on latest perl (Active state)

I've just installed Perl 5.26 x64 under Windows 10. The command below causes an error: perl -MCPAN -e shell Error is: Can't located Win32::Console Please help
user3424840
  • 177
  • 1
  • 2
  • 6
8
votes
2 answers

Problems installing R packages

I'm setting up a new laptop running Gentoo and wish to install R (as I do on all of my computers!). However, I've hit a bit of a problem when it comes to installing packages. I first tried to: > install.packages(c("ggplot2", "plyr",…
slackline
  • 2,003
  • 3
  • 20
  • 41
7
votes
3 answers

Installing Pygame on 64-bit Windows 7 and 64-bit Python 2.7

The title says it all. I do see similar questions, someone suggested about http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame, but all the pygame downloadable files are in .whl format which I have no idea how to run on Windows 7. I tried "cd…
KubiK888
  • 3,525
  • 10
  • 49
  • 89
6
votes
1 answer

Install OpenMPI on Ubuntu 17.10

I am using the following command for OpenMPI installation on Ubuntu 17.10: sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-dev. However, I get the following error: E: Unable to…
LM10
  • 519
  • 2
  • 5
  • 14
6
votes
1 answer

npm install -g karma does not install executable

I have what looks like successful karma installation, yet karma is not in /usr/local/bin/ and is not found by bash. Any idea what is wrong and how to fix it? Here are the end installation messages: > ws@0.4.31 install…
Dmitri Zaitsev
  • 11,773
  • 9
  • 61
  • 103
5
votes
2 answers

VS 2010 installer project not carrying shared referenced assemblies to all outputs

I am setting up an installer project for a C# solution and I encounter a dependency problem: In my solution, I have 4 independent project outputs – one windows service and three executables, who all share between them some references. I need the…
5
votes
1 answer

rugarch will not load, but can install just fine (on mac)

I am having trouble loading rugarch. I can install it no problem install.packages('rugarch') However, when I try to load it, I get errors library(rugarch) Error : .onLoad failed in loadNamespace() for 'rgl', details: call: dyn.load(file, DLLpath…
Bobe Kryant
  • 1,630
  • 3
  • 15
  • 29
4
votes
1 answer

what is the significance of /usr/local/lib/dtrace directory in macOS?

When trying to remove node modules while uninstalling nodejs, I deleted the whole /usr/local/lib/dtrace directory. How do I recover contents of dtrace directory?
4
votes
0 answers

Accessing libraries installed via RStudio from Jupyter Notebook with R Kernel -- avoiding conflicts

I have been using R Studio through which I have installed a large number of R libraries to my system. Recently I begun working through Jupyter Notebook with an R Kernel. However I am facing 2 problems: a) I can not access libraries I have already…
rf7
  • 1,503
  • 4
  • 14
  • 28
4
votes
1 answer

Python line_profiler not finding module

I recognize that this is an installation failure on my part, and I'm sorry to lay this uninteresting and inconsequential question at your feet, but for the life of me I can't manage to figure out what is going wrong and I've run out of ideas. I'm…
3
votes
1 answer

How to install ZBar for C on Debian

I am trying to install ZBar library on my Debian. https://en.wikipedia.org/wiki/ZBar First I tried to do this: sudo apt-get install zbar-tools zbar-dbg libzbar-dev Unfortunately it seems that it installed the 0.10 version which hasn't been…
1
2 3
10 11