-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComfyUI-IF_AI_tools module for custom nodes: cannot import name 'Mistral' from 'mistralai' #118
Comments
use you new requirements.txt. anthropic |
ComfyUI-IF_AI_tools>......\python_embeded\python.exe -s -m pip install mistralai |
try: to purge the packages temps then upgrade pip:
then install mistral again
|
if you are in portable move to the ...... |
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools_init_.py", line 13, in
from .IFChatPromptNode import IFChatPrompt
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 19, in
from .send_request import send_request
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\send_request.py", line 19, in
from .mistral_api import send_mistral_request
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\mistral_api.py", line 8, in
from mistralai import Mistral
ImportError: cannot import name 'Mistral' from 'mistralai' (G:\comfyUI+AnimateDiff\python_embeded\lib\site-packages\mistralai_init_.py)
Cannot import G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: cannot import name 'Mistral' from 'mistralai' (G:\comfyUI+AnimateDiff\python_embeded\lib\site-packages\mistralai_init_.py)
The text was updated successfully, but these errors were encountered: