[FIXED] httpx not installed for seed scripts #23

Closed
opened 2026-02-03 04:42:00 +00:00 by chihlasm · 0 comments
chihlasm commented 2026-02-03 04:42:00 +00:00 (Migrated from github.com)

Problem: Running seed_trees.py failed with ModuleNotFoundError for httpx.

Solution: Install httpx before running seed scripts:

pip install httpx

Fixed: January 29, 2026

**Problem:** Running seed_trees.py failed with ModuleNotFoundError for httpx. **Solution:** Install httpx before running seed scripts: ``` pip install httpx ``` Fixed: January 29, 2026
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#23