crrayna / SFSRM

BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

matplotlib not included in requirements.txt #2

Open lucasSaavedra123 opened 1 year ago

lucasSaavedra123 commented 1 year ago

Hi! I install all required modules with the requirements file that it is included in the project. However, when I want to infer I get the following error:

ModuleNotFoundError: No module named 'matplotlib'

matplotlib seems to not be included in the .txt file. When I install matplotlib with pip install matplotlib the problem was fixed.

crrayna commented 1 year ago

Thanks for your feedback. We have updated the requirement file.