I want to produce an image to use in Latex. The PDF image is quite large (~200 MB), and as a solution, I wanted to use the PGF backend.
So, using the guide here, I added this line:
plt.savefig('figure.pdf', backend='pgf')
Then, Latex package installer started to run, even though Latex was not even in use. It asked me to install stringenc.sty. I checked it from ctan.org and it looked safe, so I approved it. Then, it asked me to install textglyphlist.txt, or textglyphlist.tex I can't remember exactly, but the extension was definitely neither sty nor cls.
Edit: It can also be texglyphlist.
I might be paranoid to ask it here, but is it safe? Should I expect more packages to be prompted?
Thanks in advance.