Эта установка - кошмар !!!
Использование:
conda install -c conda-forge pymc3
Не будет работать.
Затем я попытался сначала установить theano (и его зависимости), и выяснил, как сложно работать с python = 3.5, а не с 3.6.
# Install theano reqirements
conda install numpy scipy mkl-service libpython m2w64-toolchain
# Install theano
conda install theano pygpu
# You are using a different python version (3.5) from the base installation,
# you must point to the right kernel for Jupyter:
conda install ipykernel
python -m ipykernel install --user
# Install & test on jupyter, spyder
conda install jupyter spyder qt
# Install PyMC3
pip install pymc3
Все импортируется, но тогда, когда я запускаю код, вещь 'NUTS' не инициализируется ...