Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We needed to add some dependencies to our infrastructure for 1.1b1 release in Red Hat Enterprise Linux 6 #67

Open
idgserpro opened this issue Nov 16, 2016 · 2 comments

Comments

@idgserpro
Copy link
Member

idgserpro commented Nov 16, 2016

In Red Hat Enterprise Linux 6, we needed to install these python packages:

certifi==2015.4.28
pyopenssl 
requests[security] 
urllib3[secure]

and these for the OS:

gcc libffi-devel python-devel openssl-devel

to make the release 1.1b1 work. Anyone had the same problem?

@idgserpro idgserpro changed the title We needed to add some dependencies to our infrastructure for 1.1b1 release in CentOS We needed to add some dependencies to our infrastructure for 1.1b1 release in Red Hat Enterprise Linux 6 Nov 16, 2016
@hvelarde
Copy link
Member

hvelarde commented Nov 16, 2016

some days ago I had a similar issue with requests in Ubuntu on another package and I had to add a dependency on urllib3[secure] and the install the following dependencies (mainly libffi-dev):

sudo apt install build-essential libssl-dev libffi-dev python-dev

I'm fine with adding that as a hard dependency but we will probably need to document well the upgrade process,

@idgserpro
Copy link
Member Author

We just edited the last comment to say the OS dependencies we needed to install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants