Skip to content

PIP Package - SLES 15 SP5 Support #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kiritigowda opened this issue Aug 21, 2024 · 3 comments
Open

PIP Package - SLES 15 SP5 Support #168

kiritigowda opened this issue Aug 21, 2024 · 3 comments

Comments

@kiritigowda
Copy link
Member

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/"
@kiritigowda
Copy link
Member Author

kiritigowda commented Aug 21, 2024

Looking to support

  • Ubuntu 22.04/24.04
  • RHEL - 8/9
  • SLES SP15 5/6
  • CentOS 9
  • Mariner

@gyenesvi
Copy link
Contributor

@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?

@gyenesvi
Copy link
Contributor

Any feedback on this @kiritigowda ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants