Reputation: 1
I'm trying to install the pyYAML library on a RHEL8 server that doesn't have internet access. Since I can't use pip directly, I'm manually downloading the necessary packages and transferring them to the server. I tried installing PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl, but the installation fails.
Is there a specific version of pyYAML or a compatible wheel that I should be using for RHEL8? Additionally, how can I ensure that device-specific libraries and dependencies are properly installed on a server with no internet access?
Any help would be appreciated!
Upvotes: 0
Views: 221