-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
[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.
dosubot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working