Closed kivo360 closed 5 years ago
Seeing this issue as well, https://bitbucket.org/mrabarnett/mrab-regex/issues/315/error-on-package-import it looks like regex was updated 4 hours ago and broke some packages that depend on it
Thanks for the report!
maya users dateparser
to parse those dates and that's where the error is actually occurring.
Please file the issue in the dateparser
library: https://github.com/scrapinghub/dateparser
This might already cover that in dateparser
though: https://github.com/scrapinghub/dateparser/issues/505
Can you please try to pin the regex
module to this version: https://pypi.org/project/regex/2019.02.20/
And see if that solves the problem for you?
:tada:
Alrighty, I just did some tests myself.
I can reproduce the error when I'm installing regex==2019.2.19
instead of the newest regex==2019.2.20
.
I think there was a regression in the regex module which is a dependency of dateparser
.
Please make sure to update regex
.
I'm going to close this for now, as it isn't a problem with maya :tada:
Attempting to install Maya on an external server, I've run into the problem of not being able to find the regex package while the package was trying to parse dates. Here's what I tried:
Is this normal? I really need to use the maya package.