I followed the steps on this installation guide : https://boto3.readthedocs.org/en/latest/guide/quickstart.html#guide-quickstart
After I did all the steps I still can't import boto3 in my Pycharm python file.
I'm using python 3.4.3.
I followed the steps on this installation guide : https://boto3.readthedocs.org/en/latest/guide/quickstart.html#guide-quickstart
After I did all the steps I still can't import boto3 in my Pycharm python file.
I'm using python 3.4.3.
In Pycharm
Project <your project here> > Project Interpreter+search for boto3Install PackageYou need to add the Boto3 package to PyCharm.
This answer provides a visual reference. ImportError: No module named 'bottle' - PyCharm