-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority/highImportant, fix this weekImportant, fix this weekstable-roadmapv2.7.3
Description
Checklist
- I searched existing issues and this hasn't been reported
Area
Not sure
Operating System
Linux
Version
2.7.1
What happened?
I am running the app image version of AutoClaude on BazziteDX (immutable fedora) and when I create a task it immediately fails with a dotenv error, I installed the dotenv python package but now get a bunch of other errors popup
Steps to reproduce
- Install AutoClaude AppImage
- Configure AutoClaude as normal
- Create a task in the project
- Start the task
Expected behavior
When starting the task it should be going through the process to determine what tasks are available
Logs / Screenshots
Traceback (most recent call last):
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/runners/spec_runner.py", line 97, in <module>
from spec import SpecOrchestrator
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/__init__.py", line 36, in <module>
from .pipeline import SpecOrchestrator, get_specs_dir
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/pipeline/__init__.py", line 16, in <module>
from .orchestrator import SpecOrchestrator
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/pipeline/orchestrator.py", line 33, in <module>
from ..compaction import (
...<3 lines>...
)
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/compaction.py", line 12, in <module>
from claude_agent_sdk import ClaudeAgentOptions, ClaudeSDKClient
ModuleNotFoundError: No module named 'claude_agent_sdk'
Traceback (most recent call last):
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/runners/spec_runner.py", line 97, in <module>
from spec import SpecOrchestrator
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/__init__.py", line 36, in <module>
from .pipeline import SpecOrchestrator, get_specs_dir
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/pipeline/__init__.py", line 16, in <module>
from .orchestrator import SpecOrchestrator
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/pipeline/orchestrator.py", line 33, in <module>
from ..compaction import (
...<3 lines>...
)
File "/tmp/.mount_autocl2J8ZGl/resources/auto-claude/spec/compaction.py", line 12, in <module>
from claude_agent_sdk import ClaudeAgentOptions, ClaudeSDKClient
ModuleNotFoundError: No module named 'claude_agent_sdk'Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority/highImportant, fix this weekImportant, fix this weekstable-roadmapv2.7.3
Projects
Status
Done