Error when running the demo #3007
abdulkader902017
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ile ~.conda\envs\Torch1\lib\site-packages\dateparser_init_.py:3
1 version = '1.1.8'
----> 3 from .date import DateDataParser
4 from .conf import apply_settings
6 _default_parser = DateDataParser()
File ~.conda\envs\Torch1\lib\site-packages\dateparser\date.py:6
3 from collections.abc import Set
4 from datetime import datetime, timedelta
----> 6 import regex as re
7 from tzlocal import get_localzone
8 from dateutil.relativedelta import relativedelta
ModuleNotFoundError: No module named 'regex'
Beta Was this translation helpful? Give feedback.
All reactions