After installing the project using requirements.txt following the instructions in the README, I encountered the following error while training a model:
ModuleNotFoundError: No module named 'matplotlib'
Obviously, this is caused by the absence of matplotlib from the requirements.txt.
I've added it to the file now, so others will not have the same issue.
After installing the project using
requirements.txt
following the instructions in the README, I encountered the following error while training a model:Obviously, this is caused by the absence of
matplotlib
from therequirements.txt
. I've added it to the file now, so others will not have the same issue.