invoice2data icon indicating copy to clipboard operation
invoice2data copied to clipboard

dataparser 1.1.0 broken due to regex bug

Open simahawk opened this issue 3 years ago • 0 comments

There's a problem w/ regex lib see https://github.com/scrapinghub/dateparser/issues/1045. https://pypi.org/project/regex/2022.3.15/ is broken. A fix is available but not yet released. Meanwhile we have to downgrade to https://pypi.org/project/regex/2022.3.2/

We can pin https://pypi.org/project/dateparser/1.1.1/ to fix this.

Ideally, it should be done in in invoice2data too. In any case: now you know why it won't work on new installations ;)

simahawk avatar Mar 18 '22 12:03 simahawk