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
I believe this issue would be resolved by replacing importlib.resources.path with importlib.resources.files, which is available for all Python versions we support (3.9+). I don't think it's a drop-in replacement so it would require some changes, but hopefully nothing too difficult.
The text was updated successfully, but these errors were encountered:
I believe this issue would be resolved by replacing
importlib.resources.path
withimportlib.resources.files
, which is available for all Python versions we support (3.9+). I don't think it's a drop-in replacement so it would require some changes, but hopefully nothing too difficult.The text was updated successfully, but these errors were encountered: