We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref : python/cpython#25174
pip freeze
halo/halo/halo.py: self._spinner_thread.setDaemon(True) halo/halo/halo_notebook.py: self._spinner_thread.setDaemon(True)
Set daemon attribute directly
The text was updated successfully, but these errors were encountered:
Encounter this annoying DeprecationWarning also every time we run our custom script:
DeprecationWarning
/opt/homebrew/Caskroom/miniforge/base/envs/py311/lib/python3.11/site-packages/halo/halo.py:497: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead self._spinner_thread.setDaemon(True)
I'm using Py3.11. Hopefully, the related PRs could be merged soon. :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Ref : python/cpython#25174
System settings
pip freeze
output:Error
Expected behaviour
Set daemon attribute directly
The text was updated successfully, but these errors were encountered: