File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ class SessionPoolError(Exception):
9494
9595class SessionPool :
9696 @require_python_package (
97- import_name = "nebula3 " ,
98- install_command = "pip install nebula3-python " ,
99- install_link = "https://pypi.org/project/nebula3-python/ " ,
97+ import_name = "nebulagraph_python " ,
98+ install_command = "pip install ... @Tianxing " ,
99+ install_link = "..... " ,
100100 )
101101 def __init__ (
102102 self ,
@@ -317,9 +317,9 @@ def close_all_shared_pools(cls):
317317 cls ._POOL_REFCOUNT .clear ()
318318
319319 @require_python_package (
320- import_name = "nebula3 " ,
321- install_command = "pip install nebula3-python " ,
322- install_link = "https://pypi.org/project/nebula3-python/ " ,
320+ import_name = "nebulagraph_python " ,
321+ install_command = "pip install ... @Tianxing " ,
322+ install_link = "..... " ,
323323 )
324324 def __init__ (self , config : NebulaGraphDBConfig ):
325325 """
You can’t perform that action at this time.
0 commit comments