You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/shawn/venvs/test/lib/python3.10/site-packages/dockerpycreds/utils.py:1: DeprecationWarning: The distutils package is deprecated and slated forremovalin Python 3.12. Use setuptools or check PEP 632 for potential alternatives
import distutils.spawn
/home/shawn/venvs/test/lib/python3.10/site-packages/wandb/analytics/sentry.py:90: SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
self.hub = sentry_sdk.Hub(client)
The text was updated successfully, but these errors were encountered:
Note that although it is only a single warning here, it actually results in the same deprecation warning a bunch of times when dependencies that import wandb are used
Describe the bug
Deprecation warnings due to importing flwr and then subsequently importing wandb. Deprecation warnings are not generated if wandb is imported first
Steps/Code to Reproduce
Expected Results
Actual Results
The text was updated successfully, but these errors were encountered: