I am trying out pgf-pie and even simple examples seem to have some bug, because I get lots of Missing character: There is no b in font nullfont! errors and if I put all errors one after each other, they read blue!60blue!60,cyan!60,yellow!60..., so it must be something with the standard color definition in pgf-pie.
I am using Package: pgf-pie 2011/10/02 v0.2, has this maybe been fixed in later versions?
This is an MWE that leads to the given issue:
\documentclass{standalone}
\usepackage{pgf-pie}
\begin{document}
\begin{tikzpicture}[every label/.style={black}, nodes={white}]
\pie {10/A, 20/B, 30/C, 10/D, 10/E, 10/F, 10/G}
\pie[pos={8,0}, square] {23/A, 27/B, 17/C, 13/D, 20/E}
\pie[pos={2,-8}, cloud] {10/A, 20/B, 30/C, 20/D, 20/E}
\end{tikzpicture}
\end{document}

pgf-piehas some flaws. – TobiBS Jul 26 '20 at 16:14\thecolor. It doesn't seem to have any sense but shouldn't harm. – Ulrike Fischer Jul 26 '20 at 16:19