Open pranavgore09 opened 5 years ago
Same for me on macOS
Yeah, its a Python 2.7 problem. open function does not know encoding in 2.7
Workaround: download source, open setup.py, change
with open('README.md', 'r', encoding='utf-8')
to
with open('README.md', 'r')
and
python setup.py egg_info
python setup.py install
great, Thanks @lexxish
While installing
pygetwindow
usingpip install pygetwindow
I get the following error But installingpygetwindow==0.0.4
works fine.System details