SmallsLIVE / smallslive

SmallsLIVE website
6 stars 5 forks source link

Upgrade boto2 to boto3 #267

Open natea opened 1 year ago

natea commented 1 year ago

Documentation says boto2 is not compatible with python 3.8 (What we are currently using). Thats why we need to upgrade boto2 to boto3. Here is the error we are having for using boto2 still.

Image

natea commented 1 year ago

@rajpaul were you successful in upgrading Boto2 to Boto3?

rajpaul commented 1 year ago

@natea After doing more R&D, I found only changing few codes which was not compatible to python3, we could make that boto things working for S3 storage access. I have installed boto3 which we will use boto3 from now on if necessary.