We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sanity tests are failing. There are errors due to the older version of Python being used.
Push up a PR
It should pass.
Run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting https://github.com/ansible/ansible/archive/devel.tar.gz Downloading https://github.com/ansible/ansible/archive/devel.tar.gz ERROR: Package 'ansible-core' requires a different Python: 2.7.18 not in '>=3.8' Error: Process completed with exit code 1.
Latest
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
rpothier
Successfully merging a pull request may close this issue.
Summary
Sanity tests are failing.
There are errors due to the older version of Python being used.
Steps to Reproduce
Push up a PR
Expected Results
It should pass.
Actual Results
Run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting https://github.com/ansible/ansible/archive/devel.tar.gz
Downloading https://github.com/ansible/ansible/archive/devel.tar.gz
ERROR: Package 'ansible-core' requires a different Python: 2.7.18 not in '>=3.8'
Error: Process completed with exit code 1.
Reproducible
Version/Tag number
Latest
Environment setup
Additional Information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: