Skip to content
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

ModuleNotFoundError: No module named 'agentops' #1539

Open
shilida opened this issue Oct 31, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'agentops' #1539

shilida opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shilida
Copy link

shilida commented Oct 31, 2024

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

@shilida shilida added the bug Something isn't working label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant