python-mle icon indicating copy to clipboard operation
python-mle copied to clipboard

AttributeError: partially initialized module 'theano' has no attribute 'compile' (most likely due to a circular import)

Open RinaSoda opened this issue 9 months ago • 0 comments

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)

RinaSoda avatar May 16 '24 20:05 RinaSoda