python-mle
python-mle copied to clipboard
AttributeError: partially initialized module 'theano' has no attribute 'compile' (most likely due to a circular import)
After pip install git+https://github.com/ibab/python-mle.git I try to do: from mle import*
but it raises AttributeError: partially initialized module 'theano' has no attribute 'compile' (most likely due to a circular import)