Questions tagged [setuptools]

13 questions
4
votes
3 answers

What RPMs do I need for timeconfig?

I've got setuptools set up and have read through the list of what's in /etc/setuptools.d I'm interested in installing timeconfig as well, but I only need the TUI version (no GUI). Which RPMs do I need? (I'll be including these RPMs in a CentOS ISO…
Yon
  • 163
  • 1
  • 4
4
votes
1 answer

How do I change my monitor's gamma settings?

How do I change my laptop monitor's gamma settings on Linux Mint 9 (preferably using a GUI interface)?
Joshua Robison
  • 623
  • 3
  • 12
  • 24
3
votes
1 answer

Wrapper for package managers

There are a lot of language-specific package managers like cpan for perl, cabal for haskell etc. When we want to install some software, it can sometimes be installed from a corresponding repo, with installation instruction just like (say, Yaxy) npm…
AvImd
  • 73
  • 5
3
votes
1 answer

What does `console-setup/ask_detect` in a preseed config do?

I can't find anything on ask_detect in any of the man pages for setupcon and almost all my search results are examples of preseed files with it set to false; nothing useful at all. What does it actually do?
chrBrd
  • 151
  • 8
2
votes
1 answer

Python command not found while installing debian 9 from iso

I have the following problem: I'm running debian 9 installation from a custom created iso with additional packages. One of the packages runs in the postinst script a python command defined in this packages, but the postinst script fails with…
Veronika U
  • 21
  • 1
1
vote
2 answers

Why does `pip` throw `ModuleNotFoundError` even though `setuptools` appears to be installed?

On an EC2 instance, I am attempting to install a Python package using pip, but receive an exception that states ModuleNotFoundError: No module named 'setuptools'. For context, the command I run is pip install --user mlflow I attempt to resolve the…
Jubbles
  • 145
  • 3
  • 11
1
vote
1 answer

ImportError: No module named '_struct' when installing setuptools

I've installed separate Python versions on Centos 6.7 using the instructions listed here, using a local install (not my package manager). When I tried to install [setuptools][2] (e.g. python3.5 ez_setup.py) to my new Python versions, I got the…
1
vote
1 answer

Can't use Python3 Package Installer

I successfully installed Python3's Pip and SetupTool packages by: sudo apt-get install python3-pip but when I try to download/install any package for Python3 by: pip install It says that I don't have python-pip. It looks like OS's…
Vynylyn
  • 85
  • 8
1
vote
1 answer

VM cloning VS scripted setup/configuration

Perhaps a question of ignorance but... I have long since documented the steps required to configure my servers (Apache, NGINX, Samba, Postfix, whatever). Reproducing a server setup is simply a matter of carrying out the steps one by one. My feeling…
Alex.Barylski
  • 191
  • 1
  • 2
  • 9
1
vote
3 answers

How to install easy_install using non-default Python Interpreter on CentOS?

I have downloaded, compiled and installed Python 2.7 on CentOS. I would like to download and install easy_install (and pip) for it but I am a little bit confused as to how to do that. How can I proceed to get setuptools and easy_install and pip…
Phil
  • 239
  • 5
  • 8
0
votes
2 answers

Unable to install yum / dnf on Ubuntu 20.04.3 LTS

I tried the following with root user but unable to install yum on my cloud server. I already read a similar issue here: Installing yum on Ubuntu root@localhost:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: …
Ashar
  • 449
  • 3
  • 10
  • 26
0
votes
1 answer

are these partition sizes good?

I was trying to dual boot with Windows 10 and Fedora and could not reclaim the disk that I had shrunk on windows. After a lot of trial and error, I just deleted everything and installed just Fedora. But let it automatically choose partition. …
Kavitha
  • 3
  • 2
0
votes
0 answers

Why doesn't Red Hat detect hard drive on HP BL460C Gen 8?

EDIT: The server I am using is HP BL460C Gen 8 having real hardware RAID. I am trying to install Red Hat Enterprise x86_64 bit on an HP ProLiant (iLO 4) server with an Array of 2 hard drives configured as RAID1. The built in server manager allows me…
Ahmad
  • 101
  • 4