You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'agentops'
ButI 'm sure agentops is installed
Steps to Reproduce
PS D:\xxxx> crewai run
Running the Crew
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "D:\xxxx\run_crew.exe_main.py", line 5, in
File "D:\xxxx\main.py", line 3, in
import agentops
ModuleNotFoundError: No module named 'agentops'
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 1.
Description
ModuleNotFoundError: No module named 'agentops'
ButI 'm sure agentops is installed
Steps to Reproduce
PS D:\xxxx> crewai run
Running the Crew
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "D:\xxxx\run_crew.exe_main.py", line 5, in
File "D:\xxxx\main.py", line 3, in
import agentops
ModuleNotFoundError: No module named 'agentops'
An error occurred while running the crew: Command '['uv', 'run', 'run_crew']' returned non-zero exit status 1.
Expected behavior
I'm sure agentops is installed
Screenshots/Code snippets
No
Operating System
Windows 11
Python Version
3.11
crewAI Version
0.76.9
crewAI Tools Version
0.13.4
Virtual Environment
Conda
Evidence
PS D:\xxx> pip show agentops
Name: agentops
Version: 0.3.14
Summary: Observability and DevTool Platform for AI Agents
Home-page: https://github.com/AgentOps-AI/agentops
Author:
Author-email: Alex Reibman [email protected], Shawn Qiu [email protected], Braelyn Boynton [email protected], Howard Gil [email protected]
License:
Location: D:\ProgramData\Anaconda3\envs\llms\Lib\site-packages
Requires: packaging, psutil, PyYAML, requests, termcolor
Required-by:
Possible Solution
NO
Additional context
NO
The text was updated successfully, but these errors were encountered: