Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2cnn library not working..please re #28

Closed
namankhetan opened this issue Mar 26, 2021 · 2 comments
Closed

e2cnn library not working..please re #28

namankhetan opened this issue Mar 26, 2021 · 2 comments

Comments

@namankhetan
Copy link

from e2cnn import gspaces

AttributeError: module 'e2cnn' has no attribute 'group'

this was working the day before but not now.
Screenshot from 2021-03-26 15-29-11

@Gabri95
Copy link
Collaborator

Gabri95 commented Mar 26, 2021

Hi @namankhetan

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:

pip install git+https://github.com/QUVA-Lab/e2cnn@c77faef49fd1bf12ccf538a63cac201a89f16c6

Thanks for reporting this issue!

Gabriele

@namankhetan
Copy link
Author

Thank you so much @Gabri95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants