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
In idb/data_api/v2_download.py, there are three function calls using the udatetime module. This module will not build under Python 3.9 (see: freach/udatetime#32) and hasn't been updated in 3 years.
Consider eliminating this dependency. Using the standard Python datetime is an option but this will incur a performance (speed) hit.
The text was updated successfully, but these errors were encountered:
In idb/data_api/v2_download.py, there are three function calls using the udatetime module. This module will not build under Python 3.9 (see: freach/udatetime#32) and hasn't been updated in 3 years.
Consider eliminating this dependency. Using the standard Python datetime is an option but this will incur a performance (speed) hit.
The text was updated successfully, but these errors were encountered: