package-management Questions
7
Solved
I am trying to deploy kypo cyber range and am following its official guide. While deploying the whole range using ansible-playbook, I am stuck on above error:
TASK [docker : install prerequisites] ...
Natashianatassia asked 5/4, 2022 at 8:7
4
Solved
I am having trouble creating a lambda layer for the xgboost library. Im running:
Im grabbing a zip of xgboost and it's dependencies from here (https://github.com/alexeybutyrev/aws_lambda_xgboost) a...
Gilmore asked 11/8, 2020 at 19:51
4
Solved
I'm trying to install the ROOT CERN packages on linux, using Ubuntu 18.04, and whenever I get into the prerequisites download, with this command:
sudo apt-get install dpkg-dev cmake g++ gcc binutil...
Reuter asked 22/11, 2020 at 3:13
13
Solved
Is it possible to upgrade node right in place, instead of manually installing the latest stable version?
I have installed node.js version 5.0 with nvm, but now I want to update it to 5.4. I'm try...
Gallager asked 15/1, 2016 at 11:54
2
Is there a way to install Nuget Packages globally?
I have a Nuget Package that I would like to use across multiple projects without having to download for each project?
Each project will have its...
Pelorus asked 15/11, 2015 at 1:1
1
I develop a package fhg_isi and currently have installed version 0.0.1.
What is the recommended way to switch between the local version 0.0.2 (being in development) and the installed version?
I am ...
Nickelson asked 1/9, 2023 at 8:30
2
The latest preview build supports accelerated training on M1 MacBook Pros. This feature is currently only supported by the newest preview (nightly) build:
To get started, just install the latest P...
Kalina asked 5/6, 2022 at 8:24
5
Solved
I want to get the dependency of a PyPi package remotely without needing to download it completely.
I seem to understand (reading the pip code) that pip when resolving dependencies seems to read the...
Ellerd asked 4/1, 2013 at 9:50
3
Is there a way to force conda to use the system version of python (along with all of the system libraries) in a given env?
I have conda enabled by default in my shell, which can get a bit annoying...
Aubine asked 26/4, 2015 at 0:30
3
I would like to use GitHub packages to store Maven artifacts for several repositories in a GitHub organization. Currently, it appears that for each project, a separate (Maven) repository configurat...
Xylograph asked 22/7, 2020 at 19:1
4
Solved
To troubleshoot a problem, I thought I'd try reinstalling the Chocolatey package provider. There appears to be no cmdlet to remove or uninstall a package provider. I'm not referring to removing a p...
Handclap asked 10/9, 2015 at 17:23
2
Solved
This essentially amounts to, "how do I clone a .NET project, make modifications, and use it rather than the published one?"
In NodeJS, we have npm link, which lets you link a local package (module...
Visual asked 30/5, 2019 at 19:18
1
I'm trying to enhance my CMake convention-over-configuration
framework at the moment. Each of my C++ components (i.e. CMake project) is built via that framework and the framework is already capable...
Mussulman asked 19/10, 2017 at 18:42
3
Solved
I'm installing c++ boost library by pacman -Ss boost-libs. After installation, I want to know where my package is installed in my system.
Is there any pacman command for doing so?
Prizefight asked 27/3, 2014 at 8:7
3
Using cabal, I could install hakyll with the command:
cabal install hakyll
How can I do the same thing using stack?
Viscus asked 24/6, 2015 at 15:16
2
We are in 2020 now and C++20 is coming, along with the long-awaited C++ modules feature. But after watching a few talks on CppCon I find C++ modules are in a weird place, especially for Linux packa...
Jordanjordana asked 5/1, 2020 at 8:47
1
Solved
I am trying to understand package management in PowerShell, and I am getting an incomplete picture. When I look at the objects PSRepository, PackageProvider, and PackageSource, they all seem to hav...
Tigon asked 28/3, 2018 at 21:37
2
Solved
To create Python virtual environments I use virtualenv and pip. The workflow is very simple:
$ virtualenv project
$ cd project
$ . bin/activate
$ pip install -r /path/to/requirements/req1.txt
$ pi...
Longfellow asked 28/7, 2012 at 20:9
1
Solved
I'm happily using Conda via the miniconda install to manage python environments.
After install, I leave the base environment alone and create new environments for new projects. Then I conda env up...
Gilligan asked 21/5, 2019 at 6:45
2
What happens if the same package is installed by both pip and conda in the same environment? Is conda designed to cope with this? Can you safely pip uninstall the pip version without messing up the...
Seigel asked 27/9, 2017 at 21:32
1
Solved
I am setting up a project using multiple libraries and packages in C/C++ and Python.
I would like to setup a binary repository for C/C++ packages and a python package index server for python packa...
Lariat asked 2/2, 2019 at 13:3
2
I need something like the following:
pip showrequirements tensorflow
This would return something that allows me to parse the names of the required packages and the required versions:
asto...
Grekin asked 16/5, 2018 at 22:39
2
Solved
I have added ChocolateyGet as a provider on Powershell so I can use it with PackageManagement (OneGet), it works but every package I try to install warns:
https://www.chocolatey.org is not a tr...
Ovoviviparous asked 23/4, 2017 at 1:10
1
Solved
This is a problem that comes up repeatedly, e.g.
Error in install.packages : cannot remove prior installation of package ‘DBI’
Warning in install.packages : cannot remove prior installation of pa...
Sepia asked 13/2, 2018 at 18:17
2
Solved
I am using go 1.5.1 on Windows 8.1 64-bit. I do not have GO15VENDOREXPERIMENT set in my environment. I have the latest version of git and bazaar installed.
I am trying to get the gomniauth package...
Weis asked 25/11, 2015 at 4:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.