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
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/"
The text was updated successfully, but these errors were encountered:
@kiritigowda, what is the python version on your SLES 15 SP5? We have tried it with this distribution and found that the default python version is 3.6, but the NNEF package is only supported from python version 3.8. So you might need to update your python version first to get this work, it worked for us after upgrading. Can you try that?
pip package is supported on ubuntu and RHEL. Can this be supported on SLES?
The text was updated successfully, but these errors were encountered: