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
Either use gnureadline or use readline for < python 3.6.
Environment:
(env) [cloud-user@nkathole-test pylero]$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
(env) [cloud-user@nkathole-test pylero]$ python --version
Python 3.6.8
(env) [cloud-user@nkathole-test pylero]$ pip --version
pip 21.2.3 from /home/cloud-user/pylero/env/lib64/python3.6/site-packages/pip (python 3.6)
(env) [cloud-user@nkathole-test pylero]$ gcc --version
gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Currently we are trying to install readline with python 3.6, which errors out with RHEL 8
https://github.com/RedHatQE/pylero/blob/master/requirements.txt#L4
Either use gnureadline or use readline for < python 3.6.
Environment:
Error:
The text was updated successfully, but these errors were encountered: