I get an option clash between the hyperref option colorlinks when I load transparent (before or after). Here are the other packages I load.
\documentclass[english]{beamer}
\usepackage{color}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{comment}
\usepackage{sagetex}
\usepackage{multicol}
\usepackage{transparent}
\usepackage[colorlinks]{hyperref}
\usepackage{lmodern}
\usepackage{textpos}
My workaround for now is to just not use the hyperref package because I don't need it that bad, but I'm curious. Neither this question nor this quite comprehensive question (nor even the link to the documentation in it) seem to have any indication that transparent would cause trouble. But knowing LaTeX (and especially beamer's habit of loading the kitchen sink), it could be anything!
Hopefully no one will object to the absence of a MWE since the point is that nothing Ws in my Es with these packages, M or otherwise.

\usepackage[colorlinks]{hyperref}line, if it did not generate an error, would do nothing at all as latex never includes a package twice. So deleting this line is a good fix but not because "you do not need hyperref" but rather because hyperref is already loaded. – David Carlisle Jan 09 '18 at 15:08\begin{document}and\end{document}instead of a code fragment, which everbody willing to help you first has to fix before starting with your actual problem. – samcarter_is_at_topanswers.xyz Jan 09 '18 at 15:29