Ad1tyaV
Ad1tyaV
@Viwarrior Try these in sequence `pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html` Then `pip install bert-extractive-summarizer==0.4.2` ( or ) `pip install bert-extractive-summarizer==0.5.0` Then in import try these two lines ``` import...
@Taneesha-creates Yes that solution seems to be incompatible now, it worked back then, but based on python version, the package versions need to be tweaked a little bit, try this,...
@maciejwalkowiak that solution needs localstack running on a container though right ?