textext: Error prevents running the extension on macOS
I have followed step by step the installation instruction (from the very beginning, i.e. installation of inkscape using homebrew) on macOS Catalina Version 10.15.3. Yet, I get this error when trying to open tex text, along with the opening of XQuartz:
[TexText][CRITICAL]: + [Fail] TexText requirements
[TexText][SUCCESS ]: /-and-* [Succ] Detect inkscape>=1.0
[TexText][SUCCESS ]: |      inkscape=1.0rc1 is found
[TexText][CRITICAL]: /-and-+ [Fail] Detect latex
[TexText][CRITICAL]: |      Please follow installation instructions at
[TexText][CRITICAL]: |             [94m[4mhttps://textext.github.io/textext/install/macos.html#macos-install-latex[0m
[TexText][CRITICAL]: |     /–or- [Fail] pdflatex is NOT found in PATH
[TexText][CRITICAL]: |     |      Please follow installation instructions at
[TexText][CRITICAL]: |     |             [94m[4mhttps://textext.github.io/textext/install/macos.html#macos-install-latex[0m
[TexText][CRITICAL]: |     |      If pdflatex is installed in custom location, specify it via
[TexText][CRITICAL]: |     |             --pdflatex-executable=<path-to-pdflatex>
[TexText][CRITICAL]: |     |      and run setup.py again
[TexText][CRITICAL]: |     /–or-* [Fail] lualatex is NOT found in PATH
[TexText][CRITICAL]: |     |      Please follow installation instructions at
[TexText][CRITICAL]: |     |             [94m[4mhttps://textext.github.io/textext/install/macos.html#macos-install-latex[0m
[TexText][CRITICAL]: |     |      If lualatex is installed in custom location, specify it via
[TexText][CRITICAL]: |     |             --lualatex-executable=<path-to-lualatex>
[TexText][CRITICAL]: |     |      and run setup.py again
[TexText][CRITICAL]: |     /–or-* [Fail] xelatex is NOT found in PATH
[TexText][CRITICAL]: |            Please follow installation instructions at
[TexText][CRITICAL]: |                   [94m[4mhttps://textext.github.io/textext/install/macos.html#macos-install-latex[0m
[TexText][CRITICAL]: |            If xelatex is installed in custom location, specify it via
[TexText][CRITICAL]: |                   --xelatex-executable=<path-to-xelatex>
[TexText][CRITICAL]: |            and run setup.py again
[TexText][SUCCESS ]: /-and-+ [Succ] Detect GUI library
[TexText][SUCCESS ]:       /–or-* [Succ] GTK3 is found
[TexText][SUCCESS ]:       /–or-* [Succ] TkInter is found
[TexText][ERROR   ]: TexText requirements are not met. Please follow instructions https://textext.github.io/textext/
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (4 by maintainers)
Commits related to this issue
- Doc: Added rough macos install instructions Taken from #218 — committed to textext/textext by jcwinkler 4 years ago
Yay! It worked for me as well, just I had to combine your commands. The following worked for me:
python3 setup.py --pdflatex-executable=$(which pdflatex) --skip-requirements-check(
python3is just because I am using python 3.7 with python3 command)I also encounter the same bug as well. For Inkscape 1.0 (4035a4f, 2020-05-01) and TexText 1.0.0 on MacOS 10.14.6. It can still generate the equation correctly despite the following warning message came out.