I am trying to setup a project in Pycharm so I can write Python scripts using boto3.
For some reason I can't import boto3 into my project environments. Anytime I tried to import boto3
I get no module name 'boto3'
I have installed boto3 using Brew, but it doesn't show up. I am pretty new to setting up environments, so I am note sure if I am doing something wrong.
There are a bunch of options in the 'Base Interpreter" dropdown, I have tried everyone and get the same thing.