Sticking to brute force methods:
According to wolfram alpha, the order of $2$ $\pmod {3^{41}}$ is $24315330918113857602$ But this is $2\times 3^{40}=\varphi(3^{41})$. Thus $2$ is a primitive root $\pmod {3^{41}}$. As your number is not divisible by $3$, we conclude that there is indeed a solution to your congruence. Granted, this approach doesn't tell us what the solution is.
Note: computing the order of $2$ isn't that hard. After all, it has to be either $2\times 3^n$ or $3^n$ for $n\in \{0,\cdots,40\}$. Even if you just check each case (not necessary), it's only $82$ cases.