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

Netbox 2.11 planning to drop support for python36 #127

Closed
mtinberg opened this issue Mar 4, 2021 · 3 comments
Closed

Netbox 2.11 planning to drop support for python36 #127

mtinberg opened this issue Mar 4, 2021 · 3 comments

Comments

@mtinberg
Copy link
Contributor

mtinberg commented Mar 4, 2021

netbox-community/netbox#5532

I checked on my CentOS 7 host and rh-python38 exists as a software collection so we should be able to change the package install portion to require that and use it to create the venv scl enable rh-python38 "python -m venv py38venv" which may fix some of the other issue with newer cryptography and rust.

I haven't tested on Ubuntu 18.04 and this change is a few months out, hopeful in the interim we can rework the playbook to get the newer python runtime installed on all the platforms where it is readily available.

@lae
Copy link
Owner

lae commented Mar 24, 2021

Are software collections typically installable out of the box on CentOS? Last I recall they weren't/involved extra administration work to setup installing from software collections, but my memory is hazy.

If not, I'm not sure it would be appropriate to have this role take on the scope of doing so. It might just be best to write documentation/example playbook for deploying to CentOS using another role or something, and have this role test for/expect Python 3.8.

@mtinberg
Copy link
Contributor Author

mtinberg commented Mar 24, 2021 via email

@lae
Copy link
Owner

lae commented Feb 26, 2024

Fixed in #141

@lae lae closed this as completed Feb 26, 2024
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