Getting “encoding' is an invalid keyword argument for this function” On Installing pyautogui via PIP
问题 I'm getting this error when I'm trying to install "pyautogui" library to python. Please find the details below - ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "################\pip-install-pmckiy\pygetwindow\setup.py", line 10, in <module> with open('README.md', 'r', encoding='utf-8') as fh: TypeError: 'encoding' is an invalid keyword argument for this function ---------------------------------