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
pip install petrel_client
这个包好像没法安装?
try:
from petrel_client.client import Client
except ImportError:
logger.info("Failed to import petrel_client. Please install it if you are using petrel-oss.")
The text was updated successfully, but these errors were encountered:
pip install petrel_client
这个包好像没法安装?
try:
from petrel_client.client import Client
except ImportError:
logger.info("Failed to import petrel_client. Please install it if you are using petrel-oss.")
The text was updated successfully, but these errors were encountered: