Open bingroom opened 1 year ago
Got TypeError: '<' not supported between instances of 'str' and 'int' while using pyscreeze.locateOnScreen. After checking __init__.py I found the __version__ of PIL wasn't cast to correct format.
TypeError: '<' not supported between instances of 'str' and 'int'
__init__.py
__version__
oops.. duplicated as https://github.com/asweigart/pyscreeze/pull/96
@bingroom This now has conflicts
Got
TypeError: '<' not supported between instances of 'str' and 'int'
while using pyscreeze.locateOnScreen. After checking__init__.py
I found the__version__
of PIL wasn't cast to correct format.