Im using Pycharm and installed boto3 package and tried to import boto3 and got attribute error. Python.exe file path is given in project interpreter
import boto3
s3 = boto3.resource('s3')
AttributeError: partially initialized module 'boto3' has no attribute 'resource' (most likely due to a circular import)
But the same code working in Python shell