DocProduct icon indicating copy to clipboard operation
DocProduct copied to clipboard

ModuleNotFoundError: No module named 'docproduct', even after performing `!pip install docproduct` in official colab notebook.

Open shie-ld opened this issue 3 years ago • 1 comments

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!!

shie-ld avatar Dec 18 '21 04:12 shie-ld

yes problem here

dongqi-me avatar Apr 04 '22 19:04 dongqi-me