amoghrajesh commented on PR #32495: URL: https://github.com/apache/airflow/pull/32495#issuecomment-1630555715
I did add the `jsonschema` to `setup.cfg` by referring the link for packages: https://docs.python.org/3/distributing/index.html#distributing-index I think I am still running into this issue: ``` Traceback (most recent call last): File "/Users/adesai/Documents/OSS/airflow/dev/breeze/src/airflow_breeze/breeze.py", line 31, in <module> from airflow_breeze.commands import developer_commands # noqa File "/Users/adesai/Documents/OSS/airflow/dev/breeze/src/airflow_breeze/commands/developer_commands.py", line 89, in <module> from airflow_breeze.utils.publish_docs_builder import PublishDocsBuilder File "/Users/adesai/Documents/OSS/airflow/dev/breeze/src/airflow_breeze/utils/publish_docs_builder.py", line 29, in <module> from .errors import DocBuildError, parse_sphinx_warnings File "/Users/adesai/Documents/OSS/airflow/dev/breeze/src/airflow_breeze/utils/errors.py", line 26, in <module> from airflow_breeze.utils.publish_docs_helpers import prepare_code_snippet File "/Users/adesai/Documents/OSS/airflow/dev/breeze/src/airflow_breeze/utils/publish_docs_helpers.py", line 27, in <module> import jsonschema ModuleNotFoundError: No module named 'jsonschema' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
