-
Notifications
You must be signed in to change notification settings - Fork 212
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
Python 3.7 (and 3.8?) not supported #699
Comments
update to 3.8 or later, we are going to drop 3.7 support probably, I ll update the setup |
I see, thank you. |
Hi,
|
try 3.10? |
Could it be that some |
no I don't think so, I know the bug, it is the use of |
Ok, it worked by specifying |
#537 (comment) the |
Describe the bug
I cannot load the mace_mp calculator by running
from mace.calculators import mace_mp
.I'm getting:
To Reproduce
Run
from mace.calculators import mace_mp
in Python3.7 (which should be compatible according to https://pypi.org/project/mace-torch/)Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: