Skip to content

[Bug] v2.0.10 依赖冲突: numpy/scipy/chonkie 版本不兼容 #1342

Description

@WuSho1995

环境信息

  • MemOS 版本: v2.0.10 (从 v2.0.8 升级)
  • 系统: Linux (飞牛 NAS, x86_64)
  • Python: 3.11.2

依赖冲突详情

chonkie 1.6.1 要求 numpy>=2.0.0,但 scipy 1.10.1 要求 numpy<1.27.0

两者打架:

  • 安装 chonkie → numpy 升到 2.4.3 → scipy 崩 (ImportError: numpy.core.multiarray failed to import)
  • 降级 numpy 到 1.26.4 → chonkie 又不能用

复现步骤

  1. pip install -e . 升级到 v2.0.10
  2. 按错误提示安装缺失依赖:pip install chonkie neo4j qdrant-client
  3. 启动服务时 numpy/scipy 版本冲突

建议

  • pyproject.toml 里把 scipy 升到 1.13+(支持 numpy 2.x),或明确指定兼容版本范围

Metadata

Metadata

Assignees

Labels

ai-taskAutoDev task dispatched to AI coding agent | AI 编码任务ai-testingAI agent is running automated testsbugSomething isn't working | 功能异常memosCore MemOS logic (memory, MCP, scheduler, API, database) | 核心模块

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions