Hello,
I have followed API tutorial.
So, in my credential file, url is
url: https://cds.climate.copernicus.eu/api
I am using Windows, with python 3.9.7, and cdsapi v 0.7.4.
When running this code:
import cdsapi
client = cdsapi.Client()
I get this error
2024-11-06 16:22:03,714 INFO [2024-09-28T00:00:00] **Welcome to the New Climate Data Store (CDS)!** This new system is in its early days of full operations and still undergoing enhancements and fine tuning. Some disruptions are to be expected. Your [feedback](https://jira.ecmwf.int/plugins/servlet/desk/portal/1/create/202) is key to improve the user experience on the new CDS for the benefit of everyone. Thank you.
2024-11-06 16:22:03,716 WARNING [2024-09-26T00:00:00] Should you have not yet migrated from the old CDS system to the new CDS, please check our [informative page](https://confluence.ecmwf.int/x/uINmFw) for guidance.
2024-11-06 16:22:03,718 INFO [2024-09-26T00:00:00] Watch our [Forum](https://forum.ecmwf.int/) for Announcements, news and other discussed topics.
2024-11-06 16:22:03,719 INFO [2024-09-16T00:00:00] Remember that you need to have an ECMWF account to use the new CDS. **Your old CDS credentials will not work in new CDS!**
2024-11-06 16:22:03,719 WARNING [2024-06-16T00:00:00] CDS API syntax is changed and some keys or parameter names may have also changed. To avoid requests failing, please use the "Show API request code" tool on the dataset Download Form to check you are using the correct syntax for your API request.
CDS API client initialized successfully
Error initializing CDS API client: 'LegacyApiClient' object has no attribute 'rc'
Please, do you have any idea how I could solve this?
Thanks for your help!