Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No module named 'botocore.httpchecksum' #4083

Closed
isadoralmeida opened this issue Apr 13, 2024 · 2 comments
Closed

Error: No module named 'botocore.httpchecksum' #4083

isadoralmeida opened this issue Apr 13, 2024 · 2 comments
Assignees
Labels
bug This issue is a confirmed bug. closed-for-staleness response-requested Waiting on additional information or feedback.

Comments

@isadoralmeida
Copy link

isadoralmeida commented Apr 13, 2024

Describe the bug

I'm installing boto3 (1.34.84) and botocore, both latest versions. And I'm using python 3.10
No errors appears when installing both botocore e boto. But when I run my pyspark script it gives me the error:
Error: No module named 'botocore.httpchecksum'

Expected Behavior

No Error: No module named 'botocore.httpchecksum'
It should find this module, since the installation is being successful.

Current Behavior

Error: No module named 'botocore.httpchecksum'

Reproduction Steps

pip install boto3
pip install botocore

Possible Solution

No response

Additional Information/Context

No response

SDK version used

NA

Environment details (OS name and version, etc.)

ubuntu

@isadoralmeida isadoralmeida added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Apr 13, 2024
@tim-finnigan tim-finnigan self-assigned this Apr 15, 2024
@tim-finnigan tim-finnigan added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Apr 15, 2024
@tim-finnigan
Copy link
Contributor

Hi @isadoralmeida thanks for reaching out. I recommend uninstalling your current versions of boto3/botocore (pip uninstall boto3 && pip uninstall botocore) and then doing a clean install of boto3 as documented here (pip install boto3).

Installing Boto3 will automatically install the corresponding Botocore version. The latest version for both is currently 1.34.84. To verify that you have the latest version in your environment, you can run pip show boto3 && pip show botocore. You can also run the following:

import boto3
import botocore
print(boto3.__version__)
print(botocore.__version__)

Hope that helps, please let us know if you have any follow up questions.

@tim-finnigan tim-finnigan added response-requested Waiting on additional information or feedback. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Apr 15, 2024
Copy link

Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Apr 26, 2024
@github-actions github-actions bot closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. closed-for-staleness response-requested Waiting on additional information or feedback.
Projects
None yet
Development

No branches or pull requests

2 participants