relik icon indicating copy to clipboard operation
relik copied to clipboard

Does not seem to run with Python 3.13. Works with Python 3.12

Open amiramir opened this issue 6 months ago • 1 comments

When I installed it with 3.13 I got a slew of errors around compatibility of other packages. When I addressed those then I started to get:

RuntimeError: Tensor.item() cannot be called on meta tensors

Once I created a virtual environment with 3.12 things went smoothly.

amiramir avatar Jun 28 '25 14:06 amiramir

I also faced this and fixed it. Check out: https://github.com/fundamental-ai/relik

Ujjawal-K-Panchal avatar Oct 23 '25 09:10 Ujjawal-K-Panchal