You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry, I made a mistake in the last update when porting the python 3.7 version to python 3.6.
The problem is that Python 3.6 does not allow future imports for the annotations, and therefore the annotation of the method "irreps" fails.
Unfortunately, I can not fix this issue immediately, but I will do it later today or tomorrow morning.
In the meantime, you can use a previous version of the library.
Try installing this:
from e2cnn import gspaces
AttributeError: module 'e2cnn' has no attribute 'group'
this was working the day before but not now.
The text was updated successfully, but these errors were encountered: