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
I tried this using Ubuntu 22.04.3 and the first issues was:
"Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3"
So, I substituted 'python3' for 'python' and the script appeared to run until it reached 'NameError: name 'false' is not defined. Did you mean: 'False'?' at which point it ended. I do not see any output file and the screen content was more or less unintelligible.
Please advise.
The text was updated successfully, but these errors were encountered:
I tried this using Ubuntu 22.04.3 and the first issues was:
"Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3"
So, I substituted 'python3' for 'python' and the script appeared to run until it reached 'NameError: name 'false' is not defined. Did you mean: 'False'?' at which point it ended. I do not see any output file and the screen content was more or less unintelligible.
Please advise.
The text was updated successfully, but these errors were encountered: