Skip to content
New issue

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

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

Already on GitHub? # to your account

How do I install this on a RHEL7 server that is not connected to the internet #18

Open
jzcmyz opened this issue Jul 5, 2020 · 3 comments

Comments

@jzcmyz
Copy link

jzcmyz commented Jul 5, 2020

QwikContext

Howto install omsdk on a RHEL7 server not connected to the internet

Details

Documentation needed to install omsdk on a RHEL7 server not connected to the internet

@shailendra-singh93
Copy link

shailendra-singh93 commented Jul 9, 2020

image
Not able to install on rhel 8

Following below steps:
git clone https://github.com/dell/omsdk.git
cd omsdk
pip3 install wheel
pip3 install -r requirements-python3x.txt
sh build.sh 1.2 423 # Note: Numbers may change based on current version. See the OMSDK repo for current.
cd dist
pip install omsdk-1.2.423-py2.py3-none-any.whl

@jzcmyz
Copy link
Author

jzcmyz commented Jan 7, 2022

Its been a while but I've returned to have another go at this.
I've created a python venv on my rhel7 server to try and get this working and followed the steps above.
I can confirm that the these steps were successful for me.

@metnversi
Copy link

metnversi commented Dec 13, 2024

I done install it, by going to pypi.org and manually download those package as below

  • certifi-2024.8.30-py3-none-any.whl
  • charset_normalizer-3.4.0-py3-none-any.whl
  • future-1.0.0-py3-none-any.whl
  • idna-3.10-py3-none-any.whl
  • ipaddress-1.0.23-py2.py3-none-any.whl
  • pyasn1-0.6.1-py3-none-any.whl
  • pysnmp-7.1.15-py3-none-any.whl
  • pysnmp_mibs-0.1.6-py2.py3-none-any.whl
  • PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • requests-2.32.3-py3-none-any.whl
  • urllib3-2.2.3-py3-none-any.whl
  • wheel-0.45.1-py3-none-any.whl
    Btw, some package require python3.9 at least, so use pip3.9 install. Some is dependence on other, so install by order. I did not sort them, but those should be enough for omsdk.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants