pincelate
pincelate copied to clipboard
AttributeError: '_io.BufferedReader' object has no attribute 'endswith'
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