-
-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem or Use Case
Currently pip install mcp-memory-service fails to install due to a Python version incompatibility in the PyO3 library that the HF tokenizers library (<0.22.2) has a dependency on.
(see this improvement request huggingface/tokenizers#1901).
Proposed Solution
Bumping to the latest released version of tokenizers should resolve installing on Python 3.14 environment.
Alternatives Considered
Tried to clone, bump version, setup venv, uv pip install, and run install script on my local setup (Windows 10, x86_64, VS2026, Python 3.14.2, Rust 1.88.0) but install.py started experiencing additional errors; both on the v10.0.2 tag and main branch.
Component Affected
Configuration/Setup
Priority
Medium (nice to have)
Examples or Mockups
Impact on Existing Functionality
No response
Similar Features in Other Projects
No response
Pre-submission Checklist
- I've searched existing issues and feature requests
- I've described a specific use case (not just "it would be nice")
- I've considered the impact on existing functionality
- I'm willing to help test this feature once implemented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request