Dependency issues on installation for frappe MCP

**
I am trying to install this on my frappe v16 site however I am running into dependency issues**

**Does anyone have any other MCP options? (I have tried assistant_core_frappe, it needs premium claude membership so unable to use)

Relevant part of installation log below:**

Building wheels for collected packages: pydantic-core
Building wheel for pydantic-core (pyproject.toml) … error
error: subprocess-exited-with-error

× Building wheel for pydantic-core (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [174 lines of output]
Running maturin pep517 build-wheel -i /home/revatij_ithena/frappe/frappe-bench/env/bin/python --compatibility off
Python reports SOABI: cpython-314-x86_64-linux-gnu
Computed rustc target triple: x86_64-unknown-linux-gnu
Installation directory: /home/revatij_ithena/.cache/puccinialin
Rustup already downloaded
Installing rust to /home/revatij_ithena/.cache/puccinialin/rustup
warn: It looks like you have an existing rustup settings file at:
warn: /home/revatij_ithena/.rustup/settings.toml
warn: Rustup will install the default toolchain as specified in the settings file,
warn: instead of the one inferred from the default host triple.
info: profile set to ‘minimal’
info: default host triple is x86_64-unknown-linux-gnu
warn: Updating existing toolchain, profile choice will be ignored
info: syncing channel updates for ‘stable-x86_64-unknown-linux-gnu’
info: default toolchain set to ‘stable-x86_64-unknown-linux-gnu’
Checking if cargo is installed
cargo 1.93.1 (083ac5135 2025-12-15)
:package: Including license file LICENSE
:tropical_drink: Building a mixed python/rust project
:link: Found pyo3 bindings
:snake: Found CPython 3.14 at /home/revatij_ithena/frappe/frappe-bench/env/bin/python
:satellite_antenna: Using build options features, bindings from pyproject.toml
Compiling proc-macro2 v1.0.86
error: could not compile jiter (lib) due to 4 previous errors
warning: build failed, waiting for other jobs to finish…
:collision: maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with “exit status: 101”: env -u CARGO PYO3_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/home/revatij_ithena/frappe/frappe-bench/env/bin/python" PYTHON_SYS_EXECUTABLE="/home/revatij_ithena/frappe/frappe-bench/env/bin/python" "cargo" "rustc" "--profile" "release" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-6s5e82_4/pydantic-core_8744f6185a51496bb91cf2e8e76a7e64/Cargo.toml" "--lib" "--crate-type" "cdylib"
Rust not found, installing into a temporary directory
Error: command [‘maturin’, ‘pep517’, ‘build-wheel’, ‘-i’, ‘/home/revatij_ithena/frappe/frappe-bench/env/bin/python’, ‘–compatibility’, ‘off’] returned non-zero exit status 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pydantic-core
Failed to build pydantic-core
error: failed-wheel-build-for-install

× Failed to build installable wheels for some pyproject.toml based projects
╰─> pydantic-core