I'm taking an online class to learn python, and I skipped a section that was giving me trouble because I had to install something that Visual Studio 2017 doesn't seem to recognize. Now that I've pretty far into the course, if not almost done, I wanted to figure out what's going on. I'm pretty sure Visual Studio 2017 is where the problem is.
What I'm trying to install is pytz. As far as my computer is concerned, it is downloaded. However, when I run a program in Visual Studio and import pytz, it says pytz is not a module it recognizes.
Is there a way to give Visual Studio a path to what I had downloaded? I looked in the Visual Studio 2017 installer and never saw any mention of pytz in any of the options. Any help is appreciated.