Open suchanun opened 4 years ago
already installed:
Same issue observed. Let me know how to resolve this .
from text_summarizer.text_summarizer import summarizer
works for me, but I get an Import Error in text_summarizer.py: ImportError: cannot import name 'DummySummarizerAlgo' from 'algo'
and when I fix that I get another Import Error in dummy_algo.py and than another Import Error and so on. All the imports in the library seem to be faulty for me. I would need to correct all import statements to get it working.
I already install packages in requirements.txt, any idea why I got
ImportError: cannot import name 'summarizer' from 'text_summarizer'
?Thanks!