You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError Traceback (most recent call last) in <cell line: 0>()
----> 1 from dpk_pdf2parquet.transform_python import Pdf2Parquet
2 from dpk_pdf2parquet.transform import pdf2parquet_contents_types
4 frames /usr/local/lib/python3.11/dist-packages/docling/models/ds_glm_model.py in
4 from typing import List, Union
5
----> 6 from deepsearch_glm.nlp_utils import init_nlp_model
7 from deepsearch_glm.utils.doc_utils import to_docling_document
8 from deepsearch_glm.utils.load_pretrained_models import load_pretrained_nlp_models
ModuleNotFoundError: No module named 'deepsearch_glm.nlp_utils'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
ModuleNotFoundError Traceback (most recent call last) in <cell line: 0>()
----> 1 from dpk_pdf2parquet.transform_python import Pdf2Parquet
2 from dpk_pdf2parquet.transform import pdf2parquet_contents_types
4 frames /usr/local/lib/python3.11/dist-packages/docling/models/ds_glm_model.py in
4 from typing import List, Union
5
----> 6 from deepsearch_glm.nlp_utils import init_nlp_model
7 from deepsearch_glm.utils.doc_utils import to_docling_document
8 from deepsearch_glm.utils.load_pretrained_models import load_pretrained_nlp_models
ModuleNotFoundError: No module named 'deepsearch_glm.nlp_utils'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
Anything else
Issue occurs everytime.
OS
Other
Python
3.11.x
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Component
Other
What happened + What you expected to happen
I am trying to run examples/notebooks/Run_your_first_transform_colab.ipynb in colab.
I see the following error -
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
----> 1 from dpk_pdf2parquet.transform_python import Pdf2Parquet
2 from dpk_pdf2parquet.transform import pdf2parquet_contents_types
4 frames
/usr/local/lib/python3.11/dist-packages/docling/models/ds_glm_model.py in
4 from typing import List, Union
5
----> 6 from deepsearch_glm.nlp_utils import init_nlp_model
7 from deepsearch_glm.utils.doc_utils import to_docling_document
8 from deepsearch_glm.utils.load_pretrained_models import load_pretrained_nlp_models
ModuleNotFoundError: No module named 'deepsearch_glm.nlp_utils'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
Reproduction script
Click on the link -
(https://github.com/IBM/data-prep-kit/blob/dev/examples/notebooks/Run_your_first_transform_colab.ipynb)
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
----> 1 from dpk_pdf2parquet.transform_python import Pdf2Parquet
2 from dpk_pdf2parquet.transform import pdf2parquet_contents_types
4 frames
/usr/local/lib/python3.11/dist-packages/docling/models/ds_glm_model.py in
4 from typing import List, Union
5
----> 6 from deepsearch_glm.nlp_utils import init_nlp_model
7 from deepsearch_glm.utils.doc_utils import to_docling_document
8 from deepsearch_glm.utils.load_pretrained_models import load_pretrained_nlp_models
ModuleNotFoundError: No module named 'deepsearch_glm.nlp_utils'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
Anything else
Issue occurs everytime.
OS
Other
Python
3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: