Hi Team,
I am testing the ProviderFactory class introduced in Perceval release/v0.11.1 with the entire underlying infrastructure for sending jobs to cloud provider and receiving the results.
So I have accounts on both Quandela and Scaleway clouds. Perceval’s QuandelaPovider class works fine with the cloud, but I cannot create a session with a Scaleway cloud dashboard nor through API call, and so cannot test if ScalewayProvider class is fully functional.
I am getting “quota(s) exceeded” when trying to create a session in Scaleway Quantum online dashboard, error messages displayed in the dashboard when trying to create a new session:
“quota(s) exceeded: QaasQuandelaCliffordP100Sessions has reached its quota (0/0)”
“quota(s) exceeded: QaasQuandelaCliffordH100Sessions has reached its quota (0/0)”
Update: Scaleway “create session” API call seem to be unreachable, scaleway_rpc_handler.py cannot get the session id as well.
…scaleway_rpc_handler.py", line 105, in create_job
HTTPError: {‘details’: [{‘argument_name’: ‘session_id’, ‘help_message’: ‘value must be a valid UUID’, ‘reason’: ‘format’}], ‘message’: ‘invalid argument(s)’, ‘type’: ‘invalid_arguments’}
Adding billing info on Scaleway did not help
Thanks,
Sasha