-
Trying to run the manager i get:
How to solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
schinzelh
Mar 31, 2022
Replies: 1 comment 1 reply
-
Looks like there is a issue with the dateparser version used and the recent regexp library. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mlattari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like there is a issue with the dateparser version used and the recent regexp library.
Update requirements.txt dateparser to 1.1.1, run
pip install -r requirements.txt
and try starting the manager again.See scrapinghub/dateparser#1052