Closed doccaz closed 3 months ago
See if it's possible to check for the required Python modules (pyaml and urllib3) and warn the users about it without a nasty crash :)
Done. Code will exit with a proper error message if one of the required external libraries are not present.
See if it's possible to check for the required Python modules (pyaml and urllib3) and warn the users about it without a nasty crash :)