Error: unable to locate credentials
See original GitHub issueHi,
I’m trying to embed sentences programmatically following the guide in the readme (thanks for it)
The command: model = ModelArchiveFromParams.from_params(params=params)
returns me the error Error: unable to locate credentials
after downloading the model.
How can I fix this error?
P.S. Happy new year
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
Resolve "Unable to locate credentials" error in Amazon S3
An "Unable to locate credentials" error indicates that Amazon S3 can't find the credentials to authenticate AWS API calls. To resolve this issue ......
Read more >Resolve "Unable to locate credentials" error in Amazon S3
An "Unable to locate credentials" error indicates that Amazon S3 can't find the credentials to authenticate AWS API calls. To resolve this issue, ......
Read more >Bash with AWS CLI - unable to locate credentials
The unable to locate credentials error usually occurs when working with different aws profiles and the current terminal can't identify the ...
Read more >AWS CLI Unable To Locate Credentials | How To Fix? - Skynats
To resolve the issue of being unable to locate credentials in AWS CLI, our Support team recommends that the user perform all AWS...
Read more >AWS CLI Unable To Locate Credentials | A Quick Fix - Bobcares
An “Unable to locate credentials” error indicates that Amazon S3 can't find the credentials to authenticate AWS API calls. In this article, our ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, the configuration files in
training_config/
on master now use thehttps
URL instead ofs3
It is the s3 references. You can replace any occurrence of
s3://allennlp
withhttps://allennlp.s3-us-west-2.amazonaws.com
and it should work.