- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
577 B
Markdown
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.
|