Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'regex._regex' #28

Closed
nikhil-mat opened this issue May 23, 2021 · 3 comments
Closed

No module named 'regex._regex' #28

nikhil-mat opened this issue May 23, 2021 · 3 comments

Comments

@nikhil-mat
Copy link

Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/main/.local/lib/python3.9/site-packages/kindle2notion/main.py", line 4, in
from kindle2notion.exporting import export_to_notion
File "/home/main/.local/lib/python3.9/site-packages/kindle2notion/exporting.py", line 4, in
from dateparser import parse
File "/home/main/.local/lib/python3.9/site-packages/dateparser/init.py", line 3, in
from .date import DateDataParser
File "/home/main/.local/lib/python3.9/site-packages/dateparser/date.py", line 6, in
import regex as re
File "/usr/lib/python3/dist-packages/regex/init.py", line 1, in
from .regex import *
File "/usr/lib/python3/dist-packages/regex/regex.py", line 402, in
import regex._regex_core as _regex_core
File "/usr/lib/python3/dist-packages/regex/_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'

@paperboi
Copy link
Owner

Seems like your system doesn't have regex package installed. Try running pip install regex or refer to this link.

@nikhil-mat
Copy link
Author

nikhil-mat commented May 25, 2021

It says 'Requirement already satisfied'

@nikhil-mat
Copy link
Author

I think the problem is with wheel on Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants