Skip to content

Make test e-2e installation component fails due to tock incompatibility with MacOS version #2208

@mnedelko

Description

@mnedelko

[x] I have checked the documentation and related resources and couldn't resolve my bug.

Describe the bug
When trying to run make test e-2e I receive an incompatability error: torch==2.8.0 @ registry+https://pypi.org/simple can't be installed because it doesn't have a source distribution or wheel for the current platform

I was however able to run it in a docker container instead.

Ragas version: Ragas
Python version: Python 3.13

Code to Reproduce
Run make teste-2e on a macosx_13_0_x86_64.

Error trace

error: Distribution `torch==2.8.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform

hint: You're on macOS (`macosx_13_0_x86_64`), but `torch` (v2.8.0) only has wheels for the following platforms: `manylinux_2_28_aarch64`, `manylinux_2_28_x86_64`, `macosx_11_0_arm64`, `win_amd64`; consider adding your platform to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels

Expected behavior
e2e test runs without issue
OR if the dependancy can't beresolved
provide instructions and docker files to run in docker container instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions