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]: | https://textext.github.io/textext/install/macos.html#macos-install-latex [TexText][CRITICAL]: | /–or- [Fail] pdflatex is NOT found in PATH [TexText][CRITICAL]: | | Please follow installation instructions at [TexText][CRITICAL]: | | https://textext.github.io/textext/install/macos.html#macos-install-latex [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]: | | https://textext.github.io/textext/install/macos.html#macos-install-latex [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]: | https://textext.github.io/textext/install/macos.html#macos-install-latex [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

Most upvoted comments

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

(python3 is 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.

(__main__.py:16113): Gtk-WARNING **: 16:49:13.975: Locale not supported by C library.
	Using the fallback 'C' locale.

(__main__.py:16113): Gtk-WARNING **: 16:49:14.937: dlopen(@executable_path/../Resources/lib/gtk-3.0/3.0.0/immodules/im-quartz.so, 1): image not found

(__main__.py:16113): Gtk-WARNING **: 16:49:14.937: Loading IM context type 'quartz' failed