streamlit-drawable-canvas
streamlit-drawable-canvas copied to clipboard
AttributeError: module 'streamlit.elements.image' has no attribute 'image_to_url'
New module image_utils moves image_to_url
https://github.com/streamlit/streamlit/commit/1fe7188dfbd732a7ac76c73c98f18c8eb73e5494
I have the same issue, did you find a solution?
edit: https://github.com/andfanilo/streamlit-drawable-canvas/issues/156 suggested downgrading streamlit to 1.40.0, this worked for me.
Exactly
I've pinned streamlit to 1.40 for moment, but the patch should be quite easy to PR
Same issue, downgrading streamlit to 1.40.0 worked for me, thought was my code's problem.
Use this version.