Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork48
Closed
Description
Hey 👋
Starting with release6.2.0, downstream packages dependent on a library that uses the equivalent of
importimportlib_resourcesimportyamlpath=importlib_resources.files("my_lib").joinpath("default_logging.yml")withpath.open()asf:returnyaml.safe_load(f)
fail withFileNotFoundError: Can't open orphan path.
This seems to only happen in Python 3.8 and 3.9.
For reference,meltano/sdk#2310 is a PR where I'm trying to fix things on my end in case I was using your APIs incorrectly, but still a breaking change might have been inadvertently introduced.