We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ python3 binary_clock_wallpaper.py Traceback (most recent call last): File "binary_clock_wallpaper.py", line 21, in <module> action=argparse.BooleanOptionalAction, AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'
This is what comes up when I follow the README and try to launch the program. Ni issues withe the venv or installing the requirements.
The text was updated successfully, but these errors were encountered:
The argparse.BooleanOptionalAction feature is only available in Python 3.9 and above.
argparse.BooleanOptionalAction
Sorry, something went wrong.
Yeah, as PROxZIMA said that option is only available Python3.9+
I knew someone will get that error while writing the code :D If you can't figure it out by yourself, I can do a quick fix. Just let me know.
It should work now.
Successfully merging a pull request may close this issue.
This is what comes up when I follow the README and try to launch the program. Ni issues withe the venv or installing the requirements.
The text was updated successfully, but these errors were encountered: