E ModuleNotFoundError: No module named 'botocore.compress'

1.9k Views Asked by At

I had both boto3 and botocore installed in my conda venv, but was getting this error during compilation:

E ModuleNotFoundError: No module named 'botocore.compress'
1

There are 1 best solutions below

0
DanielBell99 On BEST ANSWER
pip install boto3 --upgrade

Source of the answer to a similar problem