If you use $u=\sin^3x$ and $v=1$, you get into big troubles, because the next integral you need to compute is
$$
\int 3x\sin^2x\cos x\,dx
$$
which is not at all easier than the one you started from.
If you really want to do it by parts, consider $u=\sin^2x$ and $v=\sin x$, so you get
\begin{align}
I&=\int\sin^3x\,dx \\
&=-\sin^2x\cos x+\int2\sin x\cos^2x\,dx \\
&=-\sin^2x\cos x+2\int\sin x\,dx-2\int\sin^3x\,dx \\
&=-\sin^2x\cos x-2\cos x-2I
\end{align}
that gives
$$
I=\frac{1}{3}(-\sin^2x\cos x-2\cos x)+c=\frac{1}{3}(\cos^3x-3\cos x)
$$
Much easier is to consider
$$
\int\sin^3x\,dx=\int(1-\cos^2x)\sin x\,dx\underset{u=\cos x}{=}\int(u^2-1)\,du
$$
which works alike for every odd power of $\sin x$.