Questions tagged [python-ssl]
2 questions
1
vote
1 answer
Found this error "subprocess-exited-with-error, python setup.py egg_info did not run successfully" while installing ssl module
This is the complete error:
C:\WINDOWS\system32>pip install ssl
Collecting ssl
Using cached ssl-1.16.tar.gz (33 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run…

Uday Shirbhate
- 15
- 4
1
vote
1 answer
CentOs7: ssl module in Python is not available
I am on CentOS Linux release 7.9.2009 (Core), installed python3.10.12 from source using the following script
sudo yum update
sudo yum groupinstall "Development Tools"
sudo yum install zlib-devel bzip2-devel \
openssl-devel ncurses-devel…

Fadwa
- 1,717
- 5
- 26
- 43