I'm a TA for an intro computer science class and I have already marked for this class before. I used the original project files to set up a project over the summer and it worked fine. This time, when I try to use the same files to set up a new project, for some reason, matplotlib won't install and I can't figure out why.
I'm getting "error: failed-wheel-build-for-install" when I try to install matplotlib==3.6.0 using the PyCharm terminal. When I try to install via my Windows system terminal, I get "requirement already satisfied". When I use the pip list command in my project venv, it does not list matplotlib, but in my system terminal it shows I have matplotlib 3.10.3 installed. I've been searching online for a bit but haven't found anything yet that fixes the problem and allows me to install it as a package for this project. Any ideas?