Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated setDaemon API #171

Open
gmacon opened this issue Jan 12, 2024 · 1 comment
Open

Use of deprecated setDaemon API #171

gmacon opened this issue Jan 12, 2024 · 1 comment

Comments

@gmacon
Copy link

gmacon commented Jan 12, 2024

In Python 3.10, the isDaemon/setDaemon API on Thread was deprecated in favor of just using the daemon attribute directly. This produces this warning during tests:

  .../site-packages/kaleido/scopes/base.py:188: DeprecationWarning:
  
  setDaemon() is deprecated, set the daemon attribute instead
@amgcc
Copy link

amgcc commented Jan 22, 2024

Are there any plans to release a new version of streamlit? This is fixed on the master branch but not available to conda users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants