Skip to content

Exhausted attempts to resolve the dependencies graph #135

@TofPlay

Description

@TofPlay

It’s a great idea to have created this package.
I tried testing it by installing it as follows:

    dependencies: [
        .package(
            url: "https://github.com/mattt/AnyLanguageModel.git",
            exact: "0.7.1",
            traits: ["MLX","Llama"] // Enable MLX and Llama support
        )
    ],

It gave me the error:

exhausted attempts to resolve the dependencies graph, with the following dependencies unresolved:
* 'llama.swift' from https://github.com/mattt/llama.swift
* 'mlx-swift-lm' from https://github.com/ml-explore/mlx-swift-lm

Do I need to install other packages in addition to AnyLanguageModel?

My config: macOS 26.3, Xcode Version 26.2 (17C52)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions