Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package importlib-resources >= 6.0.0 does not support legacy API #82

Open
simon-lund opened this issue Jul 15, 2023 · 1 comment
Open

Comments

@simon-lund
Copy link

The 6.0 and later releases no longer support the legacy functions, resulting in the following attribute error during install:

module 'importlib_resources' has no attribute 'path'

python/importlib_resources#284

@eranhirs
Copy link

In the meantime this worked for me:
pip install importlib_resources==5.12.0

(Looks like the latest version before the July 7th update https://pypi.org/project/importlib-resources/#history)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants