microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
27 stars 8 forks source link

gen-doc build process not going through because of missing dependency #492

Closed sujaypatil96 closed 1 year ago

sujaypatil96 commented 1 year ago
poetry run gen-doc src/schema/nmdc.yaml --template-directory src/doc-templates -d docs
Traceback (most recent call last):
  File "/Users/sujaypatil/Desktop/nmdc-schema/.venv/bin/gen-doc", line 5, in <module>
    from linkml.generators.docgen import cli
  File "/Users/sujaypatil/Desktop/nmdc-schema/.venv/lib/python3.8/site-packages/linkml/generators/docgen.py", line 11, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
sujaypatil96 commented 1 year ago