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

ImportError: cannot import name 'path' from 'importlib_resources' #173

Closed
yingxingcheng opened this issue Aug 3, 2023 · 0 comments
Closed

Comments

@yingxingcheng
Copy link

The path submodule has been deprecated in importlib_resources >= 6.0.

To replace it, one should use the new files API (python/importlib_resources#80) or specify the version importlib_resources < 6.0.

Ali-Tehrani added a commit to Ali-Tehrani/grid that referenced this issue Aug 3, 2023
This arises from pull-request theochem#174. Rather than using an older
version of import-resources. This fixed the issue to the current
API
am97 added a commit to am97/docker-mailman that referenced this issue Aug 4, 2023
am97 added a commit to am97/docker-mailman that referenced this issue Aug 4, 2023
am97 added a commit to am97/docker-mailman that referenced this issue Aug 4, 2023
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

Successfully merging a pull request may close this issue.

1 participant