There is an error that indicates the version of Python that is distributed with SSMS 18.0 is not recent enough to support pymc3. Being new to Python through both SSMS and through Anaconda, may I request some help to hunt down the version errors as indicated in the title "pymc3 requires Python '>=3.5.4' but the running Python is 3.5.2"
<textarea>
# conda install theano
# conda install pygpu
# pip install pymc3 (pip necessary when using python 3.6)
import pymc3 as pm
#import numpy as np
#import pandas as pd
import missingno as msgn
msgn.matrix(movies)
</textarea>
<textarea>
ImportError Traceback (most recent call last)
<ipython-input-28-1eb5d39db8a5> in <module>()
6import numpyas np
7import pandasas pd ---->
8import missingnoas msgn
9 msgn.matrix(movies)
ImportError: No module named 'missingno'
</textarea>
Also (obvious), I do not know the proper XML to encapsulate the items as text containers.