heshengtao / comfyui_LLM_party

LLM Agent Framework in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, grok, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms, vlm, gguf such as llama-3.2, Linkage neo4j KG, graphRAG / RAG / html 2 img
GNU Affero General Public License v3.0
1.06k stars 94 forks source link

centos平台报错:ComfyUI/custom_nodes/comfyui_LLM_party module for custom nodes: [Errno 2] No such file or di rectory: 'dpkg' #61

Closed rwywenyi closed 3 months ago

rwywenyi commented 3 months ago

请问如何解决该报错,很着急

找不到llama_cpp模块 Traceback (most recent call last): File "/aigc-nas01/renwenyi/ComfyUI/nodes.py", line 1941, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/init.py", line 1, in from .install import ( File "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 391, in install_portaudio() File "/aigc-nas01/renwenyi/ComfyUI/custom_nodes/comfyui_LLM_party/install.py", line 337, in install_portaudio result = subprocess.run(["dpkg", "-s", "libportaudio2"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 503, in run with Popen(*popenargs, **kwargs) as process: File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/home/work/anaconda3/envs/animate_anyone/lib/python3.10/subprocess.py", line 1847, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'dpkg'

heshengtao commented 3 months ago

更新party,昨天有人提了一样的issue,修复了

rwywenyi commented 3 months ago

更新party,昨天有人提了一样的issue,修复了

使用此issue中的代码,依旧报错,没有解决问题,才来提新的issue

heshengtao commented 3 months ago

ok,我晚上回来改一下,适配一下centos系统

heshengtao commented 3 months ago

修复了,你测试一下吧

heshengtao commented 3 months ago

请问是否能够成功运行?如果BUG已修复,请提示我关闭issue

rwywenyi commented 3 months ago

请问是否能够成功运行?如果BUG已修复,请提示我关闭issue

非常感谢,已成功在centos系统运行,可以关闭issue了,再次感谢。