We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even after successful installation of lie_learn and e3nn 0.0.0, during the run of phdos_train.py, an error appears for 'import e3nn' as bellow:
"ModuleNotFoundError: No module named 'lie_learn.representations.SO3.irrep_bases'"
it is because the irrep_bases file is in the form of 'irrep_bases.c' in the site-packages of lie_learn library, instead of a .py file.
Is there any solution to this issue, if possible then please provide.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even after successful installation of lie_learn and e3nn 0.0.0, during the run of phdos_train.py, an error appears for 'import e3nn' as bellow:
"ModuleNotFoundError: No module named 'lie_learn.representations.SO3.irrep_bases'"
it is because the irrep_bases file is in the form of 'irrep_bases.c' in the site-packages of lie_learn library, instead of a .py file.
Is there any solution to this issue, if possible then please provide.
Thank you.
The text was updated successfully, but these errors were encountered: