SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2.01k stars 364 forks source link

can't install latextools in sublime text 3 (Ubuntu 18.04) #1414

Closed zhiqiangzhongddu closed 5 years ago

zhiqiangzhongddu commented 5 years ago

Can't install latextools in sublime text 3 (Ubuntu 18.04 system).

Already installed Package Control, and during the installation, 'latextools' appeared in 'in_process_packages' but without any further responses after that.

zhiqiangzhongddu commented 5 years ago

update more detailed information:

Package Control: The dependency 'python-jinja2' is not currently installed; installing... Package Control: The dependency 'python-jinja2' is not available Package Control: The dependency 'python-jinja2' could not be installed or updated ignored packages updated to: []

r-stein commented 5 years ago

I would just retry it in a few hours. jinja2 is a bitbucket dependency and there are sometimes issues with installing dependencies from bitbucket.

r-stein commented 5 years ago

Note you can also manually install those dependencies: In sublime text select browse packages to get into the packages folder and add the dependencies there:

this should result in a directory path like python-jinja2/all/jinja2/<python files>

r-stein commented 5 years ago

related issue https://github.com/wbond/package_control/issues/1430

zhiqiangzhongddu commented 5 years ago

thanks, after manually installed missed packages, it works now.