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

[Bug]: AttributeError: 'SpecWriter' object has no attribute 'telemetry' #1017

Closed
data-science101 opened this issue Jun 13, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@data-science101
Copy link

Version

Command-line (Python) version

Operating System

MacOS

What happened?

After inserting all prompts and confirming information with the agent, I get the following traceback:

[Pythagora] Stopping Pythagora due to error:

File core/cli/main.py, line 37, in run_project
success = await orca.run()
File core/agents/orchestrator.py, line 67, in run
response = await agent.run()
File core/agents/spec_writer.py, line 66, in run
spec = await self.analyze_spec(spec)
File core/agents/spec_writer.py, line 128, in analyze_spec
await self.telemetry.trace_code_event(
AttributeError: 'SpecWriter' object has no attribute 'telemetry'

Python 3.10.11 (built from source)

@data-science101 data-science101 added the bug Something isn't working label Jun 13, 2024
@littlejacky
Copy link

I encountered the same problem on Windows.

@LeonOstrez
Copy link
Member

This issue should be resolved with 96cc7ee

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

3 participants