I found the following Markov chain on wikipedia. $$ P = \begin{bmatrix} 0.9 & 0.075 & 0.025\\ 0.15 & 0.8 & 0.05\\ 0.25 & 0.25 & 0.5 \end{bmatrix} $$
I tried to find the stationary distribution of the chain by trying to solve $$\pi P=\pi$$ but I cannot get a unique solution. How is this possible? Clearly, a unique solution has to exist! Right? Any help is appreciated.
Solving $\pi P = \pi$ will not result in a unique solution. Essentially, you are solving $\pi(P-I)= \vec{0}$ where $P-I$ should have at least one zero eigenvalue (in your case, it does). So you get an uncountable infinity of solutions, since if $\vec{x}$ is a solution, $k\vec{x}$ is also a solution for any $k \in \mathbb{R}$.
The way you get a solution to be unique is to consider only probability measures, i.e. by requiring that all components of $\pi$ sum to 1.