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

ModuleNotFoundError: No module named 'arxiv' #40

Closed flyricci closed 4 months ago

flyricci commented 4 months ago

微信图片_20240724072800 我已经安装了,pip list里也有 python路径也正确,但一直这个报错········ I have installed it and the Python path in the pip list is also correct, but this error persists········

heshengtao commented 4 months ago

pip list如果有arxiv,但是运行时找不到arxiv,说明你没有将arxiv装到comfyui的环境里,你需要找到comfyui目录下的包含解释器python.exe文件的文件夹(也有可能是与comfyui同级的python_embeded文件夹,不同的整合包版本不一致),然后在这个文件夹打开终端,输入python.exe -m pip install arxiv
你可以通过python.exe -m pip list 查看comfyui环境里是否装好了arxiv

flyricci commented 4 months ago

pip list如果有arxiv,但是运行时找不到arxiv,说明你没有将arxiv装到comfyui的环境里,你需要找到comfyui目录下的包含解释器python.exe文件的文件夹(也有可能是与comfyui同级的python_embeded文件夹,不同的整合包版本不一致),然后在这个文件夹打开终端,输入python.exe -m pip install arxiv 你可以通过python.exe -m pip list 查看comfyui环境里是否装好了arxiv

解决了谢谢,因为我用的云服务器,里面位置不同,一开始搞混了,还好被你提醒