ModuleNotFoundError: No module named 'mistralai.models.chat_completion' #635
Unanswered
its-me-anoop
asked this question in
Q&A
Replies: 3 comments 3 replies
-
same issue on macbook pro |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's exactly the same for me |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/Users/anoopjose/Desktop/devika/devika.py", line 24, in
from src.agents import Agent
File "/Users/anoopjose/Desktop/devika/src/agents/init.py", line 1, in
from .agent import Agent
File "/Users/anoopjose/Desktop/devika/src/agents/agent.py", line 1, in
from .planner import Planner
File "/Users/anoopjose/Desktop/devika/src/agents/planner/init.py", line 1, in
from .planner import Planner
File "/Users/anoopjose/Desktop/devika/src/agents/planner/planner.py", line 3, in
from src.llm import LLM
File "/Users/anoopjose/Desktop/devika/src/llm/init.py", line 1, in
from .llm import LLM
File "/Users/anoopjose/Desktop/devika/src/llm/llm.py", line 11, in
from .mistral_client import MistralAi
File "/Users/anoopjose/Desktop/devika/src/llm/mistral_client.py", line 2, in
from mistralai.models.chat_completion import ChatMessage
ModuleNotFoundError: No module named 'mistralai.models.chat_completion'
Beta Was this translation helpful? Give feedback.
All reactions