claude-memory/graph/solutions/numpy-x86-v2-cpu-compatibility-fix-1d3eaf.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

848 B

id type title tags importance confidence created updated relations
1d3eaf3a-416c-4962-a531-fff4e92c0e66 solution NumPy X86_V2 CPU compatibility fix
paper-dynasty
python
docker
numpy
fix
0.7 0.8 2026-01-07T19:17:16.601527+00:00 2026-02-20T04:32:10.279808+00:00
target type direction strength edge_id
1695d110-7bcf-4e06-92e1-ffed8f686538 BUILDS_ON incoming 0.9 970d7ac1-a8ea-4217-b93b-49f5750d5354

NumPy 2.x requires X86_V2 instruction set (SSE4.2/AVX) which older server CPUs don't support. When building Docker images locally on newer hardware then deploying to older servers, pin numpy<2 in requirements.txt to use numpy 1.26.x which doesn't have this requirement. Error message: RuntimeError: NumPy was built with baseline optimizations: (X86_V2) but your machine doesn't support: (X86_V2).