taftsanders / satellite-leapp-check

A script to run on the Satellite or the upgrading client to validate clients have the required repositories for the LEAPP upgrade process
GNU General Public License v3.0
4 stars 3 forks source link

Issue when loading on rhel7/python3 #26

Closed waldirio closed 8 months ago

waldirio commented 8 months ago
[root@wallsat611-rhel7 taft]# python3 satellite_leapp_check.py 
Traceback (most recent call last):
  File "satellite_leapp_check.py", line 21, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
taftsanders commented 8 months ago

@waldirio I believe this version of Satellite will have to be considered unsupported. With Satellite 6.11 reaching EOL on Jan 31, 2024, and not knowing the effects of installing python3-requests would have on the Satellite, I will not consider finding a solution for this issue. Looking at Satellite 6.11 on rhel 8, it appears not to have this same problem. However, both RHEL 7 and 8 instances of Satellite 6.11 will reach EOL at the same time. I will add a supportability section to the README to outline Satellite 6.12+ for supported versions.