You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to create a deployment via create_deployment(), but it does not work for me. It throws an error:
gql.transport.exceptions.TransportQueryError: {'message': 'One or more invalid values were supplied.', 'locations': [{'line': 1, 'column': 27}], 'extensions': {'code': 'BAD_USER_INPUT'}}
However, it doesn't specify the problem, making it difficult to identify the issue.
Nevertheless, I think this is a dead project, as it hasn't been updated in a year and a half. Additionally, the readme suggests using the Paperspace CLI instead. But it's not written in Python, so that's the end of the story.
I want to use the SDK to operate deployments, but I found that the
deployment_client = sdk_client.DeploymentsClient()
listed in https://docs.paperspace.com/gradient/python-sdk/sdk-tutorial/ not work. There is also no corresponding file in the code. Has it been removed?
The text was updated successfully, but these errors were encountered: