DocProduct
DocProduct copied to clipboard
ModuleNotFoundError: No module named 'docproduct', even after performing `!pip install docproduct` in official colab notebook.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-10-856d4f647535> in <module>()
1 #@title Load model weights and Q&A data. Double click to see code
2
----> 3 from docproduct.predictor import RetreiveQADoc
4
5 pretrained_path = 'BioBertFolder/biobert_v1.0_pubmed_pmc/'
ModuleNotFoundError: No module named 'docproduct'
---------------------------------------------------------------------------
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.
---------------------------------------------------------------------------
Hello!! Can The above issue be resolved in the notebook DocProductPresentationV6-0.2.0.ipynb
. Thank you!!
yes problem here