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

missing metadata python package #87

Closed
PeterPetrik opened this issue Sep 18, 2020 · 2 comments
Closed

missing metadata python package #87

PeterPetrik opened this issue Sep 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@PeterPetrik
Copy link
Contributor

Error importing optional module nbformat
Traceback (most recent call last):
  File "/Applications/QGIS.app/Contents/MacOS/lib/python3.7/site-packages/jsonschema/__init__.py", line 31, in <module>
    from importlib import metadata
ImportError: cannot import name 'metadata' from 'importlib' (/Applications/QGIS.app/Contents/MacOS/../Resources/python/importlib/__init__.py)
@PeterPetrik PeterPetrik added the bug Something isn't working label Sep 18, 2020
@PeterPetrik
Copy link
Contributor Author

problem is missing:

importlib_metadata-1.7.0.dist-info

which is required for valid initialization of importlib-metadata

@PeterPetrik
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant