pincelate icon indicating copy to clipboard operation
pincelate copied to clipboard

AttributeError: '_io.BufferedReader' object has no attribute 'endswith'

Open aparrish opened this issue 5 years ago • 0 comments

This error occurs with versions of Keras after 2.2.5. A long term fix is #3; a short-term fix would be to update setup.py to be specific about the dependency (should require Keras==2.2.5). A quick workaround is to simply install Keras 2.2.5 in your environment after installing Pincelate, like so:

pip install keras==2.2.5

aparrish avatar Jul 23 '20 01:07 aparrish