Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
2 answers
762 views

Accidentally removed python3-dateutil from RHEL 8

I was trying to fix a setup issue related to airflow and accidentally I removed python3-dateutil from the machine (RHEL 8) using sudo yum remove python3-dateutil this also lead to the removal of ...
atultherajput's user avatar
0 votes
1 answer
610 views

Install OpenDR in CentOS 7 for native Python 3 (not Anaconda Python)

The following command didn't work. Could you please guide me on how to fix it? $ pip install opendr Collecting opendr Downloading opendr-0.78.tar.gz (581 kB) |████████████████████████████████| ...
Mona Jalal's user avatar
1 vote
0 answers
1k views

How can I upgrade rpm on Centos 7 offline?

I'm trying to install python modules on centos 7 and python2-setuptools-45.2.0-1.noarch requires rpmlib(PayloadIsZstd) <= 5.4.18-1 I have so far installed epel-release-latest-7.noarch by ...
TheWorker's user avatar
  • 127
0 votes
1 answer
353 views

How to setup az library on CentOS Linux release 7.6.1810 (Core)

I am trying to use az library on CentOS Linux release 7.6.1810 (Core), but when I run az --version the following message is shown. [azure@cdh-raw-master ~]$ az --version Traceback (most recent call ...
Lucas Venezian Povoa's user avatar
0 votes
2 answers
2k views

pip install fbprophet in centos 7 - error: command 'gcc' failed with exit status 1

I tried to install fbprophet for Python 3.6 using pip install fbprophet in CentOS 7, but I am getting error: command 'gcc' failed with exit status 1 How would I fix this? I tried installing the ...
Karthikeyan s's user avatar
0 votes
1 answer
296 views

VirtualBox CentOS Python GUI program needs to run on boot without logging in and output audio

I have a web service running in a VM (virtualBox) on CentOS (in the VM). To access it, I use a browser on the host machine (Windows). I have a Python script that outputs audio from the VM and launches ...
theNovice's user avatar
0 votes
1 answer
628 views

Return to ec2-user from a custom user

When creating an ec2 instance I use a bootstrap script. On the instance I install and configure an nginx web server. For security reasons, I need to create a new user (www-data). The www-data user ...
florin's user avatar
  • 103
1 vote
1 answer
242 views

Accidentally overwrote /usr/bin/python on Redhat

On Redhat, I had the bright idea of upgrading from Python 2.6.6 to 2.7.3 by running this command: cp /usr/bin/python2.7 /usr/bin/python This caused far-reaching problems throughout the whole system. ...
jxmorris12's user avatar
5 votes
1 answer
50k views

Please Help installing Qt centos 7

I have 2 python versions, python3.6 is installed on virtualenv for development use, I am trying to install PyQt and Qt packages for use with python3.6 only, I have installed PyQt5 using sudo pip3.6 ...
user3103193's user avatar
1 vote
1 answer
6k views

Yum repo with python 2.6 on Centos7

I need to run Nodejs 4 on a CentOS 7 machine. I have a limited internet access on this machine and basically can only hit Yum repositories (I can add new ones). Since Nodejs 4 is not available even in ...
Daniel Gruszczyk's user avatar
3 votes
1 answer
2k views

Can't install python requests library on Centos 5.11

I'm running Centos 5.11. I'm trying to install the python requests package. But pip keeps giving me syntax errors. pip help returns [root@32437-201824 bin]# pip help Traceback (most recent call ...
VectorVortec's user avatar
-1 votes
1 answer
78 views

Install Python on Centos

I have some scripts on my server that I to run when the url is loaded so I have been looking around and I'm not sure but from what I can tell I want to install apache python? Because right now I have ...
asd asd's user avatar
1 vote
1 answer
2k views

make default python 2.7 instead of python 2.6 in centos6

In my system I have installed python 2.7.By default it have python 2.6. My application need to run on 2.7 but it is running on python 2.6 by default .How can I change this.?
aneesh's user avatar
  • 13
3 votes
0 answers
783 views

How do I recompile Python in VirtualEnv?

I built virtualenv and it adds Python 2.7 by default in it. After reading this solution to a bug I have, it says I have to recompile Python with the option --enable-shared. So should I rm -rf Python ...
User's user avatar
  • 841
1 vote
1 answer
139 views

How to install packages without interfering existing ones without using yum and without root?

I have this specific problem of setting virtual dev environment without interfering existing system and tool. The question is general. Basically I want to develop some stuff in the company, but we ...
Shuman's user avatar
  • 241

15 30 50 per page