I have a problem with installing packages in my pycharm project.
Until today everything worked perfectly, I could install packages and everything worked. I didn't change anything but now everytime I try to install new package I get an error
But I do have pip installed in python interpreter interpreter packages
I'm trying to understand what is the problem and how to fix it. I'm not sure if this is the problem, but the interpreter is python 3.7 and the weird thing is when I'm checking the version on my cmd it's 3.8.3 but when I checked on Windows's apps it showed python 3.7.3
Is there a reason it happened just randomly after it worked perfectly in the last couple of weeks I worked on the program?
Maybe it's because i updated the pip?