Open wang4035wei opened 4 hours ago
可以尝试手动指定 DEFAULT_TABLEGPT_IPYKERNEL_PROFILE_DIR=r'E:\tablegpt-agent.venv\share\ipykernel\profile\tablegpt'
from pybox import LocalPyBoxManager
@AngGaGim 那请问上面的pybox是从哪来的
pybox
是 tablegpt-agent
所依赖的代码执行器,默认安装不包含本地执行所需的依赖 (pybox[local]
)。
LocalPyBoxManager
是 pybox[local]
中包含的类,负责本地执行器的生命周期管理。
详见 https://tablegpt.github.io/tablegpt-agent/tutorials/quick-start/#installation
DEFAULT_TABLEGPT_IPYKERNEL_PROFILE_DIR
找不到的具体报错信息是什么?
Run
python collect_script.py
and paste or upload the resulting text file here.The version of the vLLM
The start command of the vLLM serve
Steps to reproduce
Actual behavior
Expected behavior
tablegpt 0.0.1 tablegpt-agent 0.2.15
from pybox import LocalPyBoxManager from tablegpt.agent import create_tablegpt_graph from tablegpt import DEFAULT_TABLEGPT_IPYKERNEL_PROFILE_DIR
通过上面命令导入LocalPyBoxManager和DEFAULT_TABLEGPT_IPYKERNEL_PROFILE_DIR时,报错找不到!