I got the following error when trying to install boto3 from python on my mac
pip3 install boto
Looking in indexes: https://pypi.org
ERROR: Could not find a version that satisfies the requirement boto (from versions: none)
ERROR: No matching distribution found for boto
When I check on PyPi.org, I see results for boto3 package.
- Any reason why this error comes up?
- Any other index/option I could use?
I tried downloading the package from github and then installing it from source, but faced the same issue when installing one of the dependencies in boto3/requirements.txt.