Open Sushaanth-Suresh-Kumar opened 9 months ago
Would you like to open a PR to improve the error? 🤗
Sure
I was busy for a while. I will try it and let you know. @ArthurZucker
I am forked and cloned the huggingface/transformers library. Now when I was following through the instructions. I came into the problem where I am getting this error message below when I was executing this command pip install -e ".[dev]"
This is the Error:
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement tensorflow-text<2.16; extra == "dev" (from transformers[dev]) (from versions: none)
ERROR: No matching distribution found for tensorflow-text<2.16; extra == "dev"
@Sushaanth-Suresh-Kumar Could you open a new issue for this? This will help us make sure this problem isn't lost, properly tracked and clear if it's been resolved
Are you running this on macos?
System Info
transformers
version: 4.37.2Who can help?
@younesbelkada @ArthurZucker
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Model I am using LayoutLMv3:
when
boxes = [[123, 53], [36, 87], ...]
(basically any list which is not according to the proper format) by proper format I mean[[123, 346, 234, 634], [356, 568, 234, 25], ...]
It produces a this error message
To Reproduce Steps to reproduce the behavior:
boxes = [[123, 53], [36, 87], ...]
Expected behavior
Can throw an error saying