You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
* python_runtime[3.6] action install
Running handlers:
[2018-07-11T21:48:36+00:00] ERROR: Running exception handlers
[2018-07-11T21:48:36+00:00] ERROR: Running exception handlers
Running handlers complete
[2018-07-11T21:48:36+00:00] ERROR: Exception handlers complete
[2018-07-11T21:48:36+00:00] ERROR: Exception handlers complete
Chef Client failed. 3 resources updated in 23 seconds
[2018-07-11T21:48:36+00:00] FATAL: Stacktrace dumped to /opt/kitchen/cache/chef-stacktrace.out
[2018-07-11T21:48:36+00:00] FATAL: Stacktrace dumped to /opt/kitchen/cache/chef-stacktrace.out
[2018-07-11T21:48:36+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2018-07-11T21:48:36+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2018-07-11T21:48:36+00:00] ERROR: No SCL repoistory package for centos 7.5.1804
[2018-07-11T21:48:36+00:00] ERROR: No SCL repoistory package for centos 7.5.1804
[2018-07-11T21:48:36+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
[2018-07-11T21:48:36+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Setting this to 3.5 works. I've filed there here, due to the error "ERROR: No SCL repoistory package for centos 7.5.1804" coming from this repository's code.
Can we have 3.6 added to the list at lib/poise_python/python_providers/scl.rb please?
The text was updated successfully, but these errors were encountered:
- Add 'rh-python36' as default for version "" and "3"
- Allow 'rh-python35' for RHEL 6 (remove special case)
- Update tests accordingly
- Fixespoise#125
@coderanger I'm not sure why one of the CI tests failed, it doesn't seem related to the change. (And two tests timed out). Do you have any feedback on this PR or the Travis results?
- Add 'rh-python36' as default for version "" and "3"
- Allow 'rh-python35' for RHEL 6 (remove special case)
- Update tests accordingly
- Fixespoise#125
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally filed at poise/poise-languages#12
Attempting to install Python 3.6 using:
Fails with an error message:
Setting this to 3.5 works. I've filed there here, due to the error "ERROR: No SCL repoistory package for centos 7.5.1804" coming from this repository's code.
Can we have 3.6 added to the list at lib/poise_python/python_providers/scl.rb please?
The text was updated successfully, but these errors were encountered: