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 'python3' do
provider :scl
pip_version '18.0'
get_pip_url 'https://github.com/pypa/get-pip/raw/f88ab195ecdf2f0001ed21443e247fb32265cabb/get-pip.py'
version '3.5'
end
It gives me this error on Oracle-7
......
* poise_languages_scl[rh-python35] action install
* yum_package[centos-release-scl-rh] action upgrade
* No candidate version available for centos-release-scl-rh
* No candidate version available for centos-release-scl-rh
* No candidate version available for centos-release-scl-rh
* No candidate version available for centos-release-scl-rh
* No candidate version available for centos-release-scl-rh
* No candidate version available for centos-release-scl-rh
================================================================================
Error executing action `upgrade` on resource 'yum_package[centos-release-scl-rh]'
...... ================================================================================
Can anyone point out what could be going wrong with it? It looks like the scl isn't getting downloaded. It works fine in centos-7 though. I have also enabled epel-release package using
package 'Install epel-release' do
package_name 'oracle-epel-release-el7'
end
package 'Install epel-release' do
package_name 'oracle-release-el7'
end
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to install python 3.5 by using
It gives me this error on Oracle-7
Can anyone point out what could be going wrong with it? It looks like the scl isn't getting downloaded. It works fine in centos-7 though. I have also enabled epel-release package using
The text was updated successfully, but these errors were encountered: