microsoft / qlib

Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
https://qlib.readthedocs.io/en/latest/
MIT License
14.54k stars 2.53k forks source link

HTTPError: 403 Client Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. #1805

Open Eden-Cheung opened 3 weeks ago

Eden-Cheung commented 3 weeks ago

The error is reported when I used the sample code in the documentation to download data (python get_data.py qlib_data --name qlib_data_simple --target_dir ~/.qlib/qlib_data/cn_data --region cn)

mola172 commented 3 weeks ago

Had the same problem.

SunsetWolf commented 1 week ago

The issue you describe is fixed in PR 1793, I tested the latest code, and did not find the issue you describe. I suggest you pull the latest code and try again. image