Skip to content

[Bug] Windows: ragfs_python DLL load failed in v0.3.6 #1456

@zhaowenbing

Description

@zhaowenbing

Environment

  • OS: Windows
  • Python: 3.14
  • OpenViking: 0.3.6

Problem

After upgrading to v0.3.6, openviking-server fails to start with the following error:

ImportError: ragfs_python native library is not available: Rust binding not available

The file ragfs_python.cp310-win_amd64.pyd exists in site-packages/openviking/lib/ but cannot be loaded, likely due to missing DLL dependencies.

Rolling back to v0.3.3 works correctly.

Cause

Appears related to the agfs to ragfs rewrite (PR #1221, Issue #1271), which changed how the Rust binding library is built and loaded. The Windows pre-built binary may be missing runtime dependencies.

Expected

v0.3.6 should start and run normally on Windows, just like v0.3.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions