Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

Error loading SUPPORTED_EVALUATION_METRICS library due to Matplotlib #118

Open mterrestre01 opened 2 years ago

mterrestre01 commented 2 years ago

when I try to load SUPPORTED_EVALUATION_METRICS & pprint(SUPPORTED_EVALUATION_METRICS)

I get this error AttributeError: module 'matplotlib.cbook' has no attribute '_make_class_factory'

I tried running this command on diff matplotlib versions: 3.0 & 2.1.1 but always with the same results.

I'm trying to run the code on Colab, on a Mac M1 chip.

thanks