rubrikinc / rubrik_oracle_tools

Utilities for working with Rubrik RBS Oracle backups.
MIT License
7 stars 8 forks source link

rubrik_oracle_tools python lib requirements are mismatched #11

Open cincypiper opened 7 months ago

cincypiper commented 7 months ago

In "shell_scripts", the user is instructed to install python 3.7.X .

Running "python3 setup.py install" introduces the requirement of yaspin 3.0.1, which requires python 3.9.

Customers need a clear understanding of installation requirements. Would be most wise to align module requirements with RHEL standard python distribution versions.