ReinerNippes / selfhosted_on_docker

Install Selfhosted Stacks on Docker
MIT License
27 stars 6 forks source link

DEPRECATION: Python 2.7 #2

Open Nickous opened 4 years ago

Nickous commented 4 years ago

Thank you for your great job

prepare_ansible.sh I've got a yellow message for DEPRECATION: Python 2.7 I don't know if it's a problem for 2020??

message:

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support

ReinerNippes commented 4 years ago

imho it's no problem. the playbooks will still run next year.

i tried to change to python3. i gave up and decided to stick with the distros version of python. i guess the distro maintainer will give you support for his python version.

but i just saw that I have to change prepare_ansible.sh and remove the installation via pip like in the nextcloud playbooks.