Hi everyone
Im trying to connect to my project on Hopsworks but Im having trouble to connect the API:
project = hopsworks.login(
project=HOPSWORKS_PROJECT_NAME,
api_key_value=HOPSWORKS_API_KEY
)
And I receive the error:
RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/variables/docker_base_image_python_version). Server response:
HTTP code: 403, HTTP reason: Forbidden, body: b’{“errorCode”:200014,“usrMsg”:“The requested variable requires admin privileges”,“errorMsg”:“Client not authorized for this invocation.”}', error code: 200014, error msg: Client not authorized for this invocation., user msg: The requested variable requires admin privileges
If someone can help me I would appreciate.
Thanks in advance.