Hi, I had a similar set of error messages when trying to install PyMC3.
From my perspective, the problem was installing the packages with conda - for whatever reason I couldn’t get a working set of dependencies.
I ended up re-installing conda (just to ensure I removed any issues with previous versions on packages). Then, with a clean conda installation I installed PyMC with pip. Worked fine after that.