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
It is tzlocal that depends on the apscheduler installation, but it seems that 4.1 is installed when it is installed at the same time. This will give you the following warning. If you lower it to tzlocal 2.1, no warning will be issued. tzlocal==2.1 needs to be revived.
ProcessController: WARNING:py.warnings:/home/node/.local/lib/python3.9/site-packages/apscheduler/triggers/interval.py:66: PytzUsageWarning: The normalize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
return self.timezone.normalize(next_fire_time)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It is tzlocal that depends on the apscheduler installation, but it seems that 4.1 is installed when it is installed at the same time. This will give you the following warning. If you lower it to tzlocal 2.1, no warning will be issued.
tzlocal==2.1
needs to be revived.Beta Was this translation helpful? Give feedback.
All reactions