Kasper Aaquist Johansen
Kasper Aaquist Johansen
I have the similar error. I know I'm installing a old version of `transformers==3.3.1` (same used for [flax]) which relay on `tokenizers` between `0.9.2` and `0.8.1.rc2`. It use to work...
Ok, it seems that it might be related to this here: ``` ... copying tokenizers/trainers/__init__.pyi -> build/lib.linux-x86_64-3.9/tokenizers/trainers running build_ext info: syncing channel updates for 'nightly-2020-05-14-x86_64-unknown-linux-gnu' info: latest update on 2020-05-14,...
I found a workaround that works for me. I bumped down my python version to version `3.8.12`. Since there is pre-build binaries done for that version on linux, I could...
@saig0 Is this here up for grabs ? (hacktoberfest)
Sorry, but I'm not to sure I get the idea here. I created the following two tests and had hoped they would fail so I had some way of testing...
> A failing test could look like the following: > >it should "subtract date from date and normalize the result" in { eval(""" string(date("2020-04-06") - date("2020-04-01")) """) should be( ValString("P5D"))...
@saig0 Is this here up for grabs ? (hacktoberfest)
Can I grab this here?
Thanks a million.
:+1: I see that error too. Did not try the patch suggested in the link above.