-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Python 3.8 Support #55310
Comments
Problematic code: |
|
For Alpine, the lack of python3.8 support prevents salt-minion from running, so this is not just a test failure, but actual run-time errors:
|
Python 3.8 will land fedora soon. (already there for Fedora 32) |
* Removing Python3.8 because salt fails * Related to this issue : saltstack/salt#55310
Salt is not compattible with Python 3.8 yet[0], so salt-minion is broken on Alpine Linux since v3.10. Patch the grain code to be compattible with Python 3.8. Fixes #10979 [0]: saltstack/salt#55310
Salt is not compattible with Python 3.8 yet[0], so salt-minion is broken on Alpine Linux since v3.10. Patch the grain code to be compattible with Python 3.8. Fixes #10979 [0]: saltstack/salt#55310
Salt is not compattible with Python 3.8 yet[0], so salt-minion is broken on Alpine Linux since v3.10. Patch the grain code to be compattible with Python 3.8. Fixes #10979 [0]: saltstack/salt#55310
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported saltstack/salt#55310 PR: 243610 Reported by: Tommy P <tommyhp2@gmail.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@527918 35697150-7ecd-e111-bb59-0022644237b5
https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported saltstack/salt#55310 PR: 243610 Reported by: Tommy P <tommyhp2@gmail.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported saltstack/salt#55310 PR: 243610 Reported by: Tommy P <tommyhp2@gmail.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@527918 35697150-7ecd-e111-bb59-0022644237b5
https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported saltstack/salt#55310 PR: 243610 Reported by: Tommy P <tommyhp2@gmail.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
This crops up after working around problems in issue #56551 specifically |
I think this will block support for Ubuntu 20.04 as it uses python3.8 by default. |
can you try this PR #56031? |
Ran into this as well.. Would be great to have this fixed soon. |
* Upstream `master` branch is now Sodium `3001` * Upstream issue resolved for `Python 3.8 Support`: - saltstack/salt#55310
this bug still alive on mandjaro linux. |
@asvany
|
@asvany As @terminalmage mentioned, this issue should be fixed. |
┌──[as@as17]─[/tmp]─[○] [p jún 12 - 12:23]
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
Edit: my bad, I'm running an old version of
Edit2: with
|
@louwers i'm not seeing |
For the record, I am seeing the same error in qubesOS using a debian-11 template:
|
@cobordism which version of salt is that? |
see @Ch3LL's comment above |
I'm afraid I'm not sure. It's whatever is in Qubes 4.0.3. dom0: AppVM: Perhaps this is an issue I have to raise with Qubes? EDIT: |
Indeed, 2017.x is no longer supported. |
Description of Issue
Support Python 3.8
Arch Linux updated to python 3.8 and one of the tests upgrades the system, which means, while the test suite runs, we upgrade from 3.7 to 3.8, thus failing at the very end.
https://jenkinsci.saltstack.com/job/pr-kitchen-archlts-py3/job/PR-55276/4/
Current stopgap: #55309
The text was updated successfully, but these errors were encountered: