claude-memory/graph/solutions/fix-numpy-x86-v2-cpu-compatibility-in-discord-app-1695d1.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

577 B

id type title tags importance confidence created updated
1695d110-7bcf-4e06-92e1-ffed8f686538 solution Fix numpy X86_V2 CPU compatibility in discord-app
paper-dynasty
python
numpy
docker
fix
0.7 0.8 2026-01-08T20:04:25.371628+00:00 2026-01-08T20:04:25.371628+00:00

Added numpy<2 constraint to discord-app/requirements.txt. Numpy 2.x requires X86_V2 CPU instructions that sba-bots doesn't support, causing cogs.admins and cogs.gameplay to fail loading with RuntimeError. The database repo already had this constraint but discord-app was missing it.