Python stopped recognizing packages
I was making a utility on python 3.9.13 that involves several libraries, everything went smoothly while I was testing it in Terminus (a Sublime package that opens a terminal), but then I tried to use matplotlib and the plotting window didn’t open (I’m not sure, if the issue is in my code). I’ve tried testing it out in my regular (WIN) terminal, but it has given me a Python modules not found
error. I’ve reloaded my PC, used exit
commands, and now even Terminus doesn’t “see” my libraries.