pip package is supported on ubuntu and RHEL. Can this be supported on SLES?
simon:~ # pip3 install nnef
ERROR: Could not find a version that satisfies the requirement nnef (from versions: none)
ERROR: No matching distribution found for nnef
simon:~ # cat /etc/os-release
NAME="SLES"
VERSION="15-SP5"
VERSION_ID="15.5"
PRETTY_NAME="SUSE Linux Enterprise Server 15 SP5"
ID="sles"
ID_LIKE="suse"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sles:15:sp5"
DOCUMENTATION_URL="https://documentation.suse.com/"
pip package is supported on ubuntu and RHEL. Can this be supported on SLES?