-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
pkg_resources has been deprecated in favor of importlib.resources which is in the python standard library. It is unclear to me if this is still used, my interaction has been with the default.yml management code which is all archeological (the file was removed 6 years ago): https://github.com/MazinLab/MKIDCore/commits/main/default.yml
Evaluate if and where we still use it (it may be used for the instrument keysets), remove any uses for files that no longer exist and replace the uses that are still relevant with importlib.resources
Reactions are currently unavailable