You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
Currently, if the required languages/interpreters/compilers aren't installed, the executor will throw an error. Instead it would be better to have a status to each version to see if the language is installed and let execution continue if the language is not installed. One method might be to create and catch exceptions, and another is to use shutil.which (docs: https://docs.python.org/dev/library/shutil.html#shutil.which).
The text was updated successfully, but these errors were encountered:
Currently, if the required languages/interpreters/compilers aren't installed, the executor will throw an error. Instead it would be better to have a status to each version to see if the language is installed and let execution continue if the language is not installed. One method might be to create and catch exceptions, and another is to use shutil.which (docs: https://docs.python.org/dev/library/shutil.html#shutil.which).
The text was updated successfully, but these errors were encountered: