Reputation: 461
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
.
Upvotes: 8
Views: 22135
Reputation: 709
In Pycharm
Project <your project here>
> Project Interpreter
+
search
for boto3
Install Package
Upvotes: 18
Reputation: 31
You need to add the Boto3 package to PyCharm.
This answer provides a visual reference. ImportError: No module named 'bottle' - PyCharm
Upvotes: 2