I created a Simple Selenium Pytest automation script on Python 3.8.1. After running the script I see the below error:
Traceback (most recent call last):
.
.
.
Error messages
.
.
TypeError: required field "posonlyargs" missing from arguments
I googled and saw that this seems to be an issue with Python 3.8.1. Any suggestions on how to avoid this error? I could always go back to the previous Python version (3.8.0), but I'm keeping that as the last option.