Open gmacon opened 10 months ago
Are there any plans to release a new version of streamlit? This is fixed on the master branch but not available to conda users.
Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson
In the ~/site-packages/kaleido/scopes/base.py, Comment out line 188, and use self._std_error.thread.daemon = True
seems working.
This was resolved by #146 but there has not been a release since
In Python 3.10, the
isDaemon
/setDaemon
API on Thread was deprecated in favor of just using thedaemon
attribute directly. This produces this warning during tests: