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

Installation failed with AWS S3 returning 403 #73

Open
WeberSamuel opened this issue Sep 10, 2021 · 1 comment
Open

Installation failed with AWS S3 returning 403 #73

WeberSamuel opened this issue Sep 10, 2021 · 1 comment

Comments

@WeberSamuel
Copy link

Hi,
I tried to install deepdrive on Windows but after all packages have been setup the installation fails with this error message:

Install failed, fix issues below and rerun install.py
Traceback (most recent call last):
File "install.py", line 237, in
raise e
File "install.py", line 233, in
main()
File "install.py", line 134, in main
bindings_version = get_latest_valid_bindings()
File "install.py", line 73, in get_latest_valid_bindings
bucket = conn.get_bucket('deepdrive')
File "C:\Users\samue\anaconda3\envs\deepdrive\lib\site-packages\boto\s3\connection.py", line 509, in get_bucket
return self.head_bucket(bucket_name, headers=headers)
File "C:\Users\samue\anaconda3\envs\deepdrive\lib\site-packages\boto\s3\connection.py", line 542, in head_bucket
raise err
boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden

I used anaconda with python 3.7.

@krishnasrikard
Copy link

Yes, I am also facing the same issue. Does this have a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants