Skip to content

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

@aparrish

Description

@aparrish

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions