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

13 lines
577 B
Markdown

---
id: 1695d110-7bcf-4e06-92e1-ffed8f686538
type: solution
title: "Fix numpy X86_V2 CPU compatibility in discord-app"
tags: [paper-dynasty, python, numpy, docker, fix]
importance: 0.7
confidence: 0.8
created: "2026-01-08T20:04:25.371628+00:00"
updated: "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.