You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module regex is installed system-wide (0.1.20221031-1+b1), and there is no errors when I start python and enters "import regex". But ebook2audiobook.sh ended with error:
Collecting mecab (from -r requirements.txt (line 15))
Using cached mecab-0.996.5.tar.gz (64 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
/bin/sh: 1: mecab-config: not found
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-u7mhcx83/mecab_3c240c4a4f14436ea366ffb536a9b94d/setup.py", line 49, in <module>
include_dirs=cmd2("mecab-config --inc-dir"),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-u7mhcx83/mecab_3c240c4a4f14436ea366ffb536a9b94d/setup.py", line 19, in cmd2
return cmd1(strings).split()
^^^^^^^^^^^^^
File "/tmp/pip-install-u7mhcx83/mecab_3c240c4a4f14436ea366ffb536a9b94d/setup.py", line 15, in cmd1
return os.popen(strings).readlines()[0].rstrip()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Traceback (most recent call last):
File "/home/dragon/ebook2audiobook/app.py", line 3, in <module>
import regex as re
ModuleNotFoundError: No module named 'regex'
The text was updated successfully, but these errors were encountered:
Debian 12.6
Python 3.11.2
Module regex is installed system-wide (0.1.20221031-1+b1), and there is no errors when I start python and enters "import regex". But ebook2audiobook.sh ended with error:
The text was updated successfully, but these errors were encountered: