Closed SeeeeShiwei closed 1 year ago
code:
try: from petrel_client.client import Client petrel_backend_imported = True except (ImportError, ModuleNotFoundError): petrel_backend_imported = False
How can i install petrel_client? Thanks
It's not usually needed to install this. This is the API for calling our internal cloud datasets
code:
try: from petrel_client.client import Client petrel_backend_imported = True except (ImportError, ModuleNotFoundError): petrel_backend_imported = False
How can i install petrel_client? Thanks