-
Notifications
You must be signed in to change notification settings - Fork 48
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
No module named 'lie_learn.representations.SO3.irrep_bases' #16
Comments
I also ran into this error |
Same error here: ModuleNotFoundError: No module named 'lie_learn.representations.SO3.irrep_bases' |
You might want to try:
for me this did not work either and was running into a cython issue but installing an older commit worked:
|
@HannesStark |
probably, you need to download the whole project and use setup.py file to install using the command |
from lie_learn.representations.SO3.irrep_bases import change_of_basis_matrix ModuleNotFoundError: No module named 'lie_learn.representations.SO3.irrep_bases' |
I have solved this problem. |
I failed import this .c file . I have a c compile(vs c++ 2015) and already pip install cython.( python 3.6 ,pytorch 1.1.0 cuda 9.0)
The text was updated successfully, but these errors were encountered: