-
Notifications
You must be signed in to change notification settings - Fork 66
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
[Bug]: pip install chgnet
failed
#160
Comments
yeah i noticed that as well. haven't had time to look into it yet. if anyone wants to debug, that'd be great! first place i would look is the last run for |
I noticed the
Can recreate this locally with:
|
Same problem with pip install chgnet on MacOS (M3 Chip, MacOS 14.5). |
I use CHGNet on google colab and its been having issues since Sunday, any way out? |
@arshad880 please use |
@janosh Thank you so much, it works. |
Yes the wheels seem built correctly but they are not uploaded to PyPI, only the source distribution is there. For 0.3.5, however, wheels are available, so I assume there must be something wrong with uploading the wheels to PyPI (release action for 0.3.5 for comparison) Perhaps it's good to double check the |
@DanielYang59 thanks for looking into this, that pinpoints the issue to the artifact download step. chgnet/.github/workflows/release.yml Lines 74 to 80 in 10254d3
it only finds the source distribution which is named chgnet/.github/workflows/release.yml Line 64 in 6c2e48f
i'll try to fix this in #161 |
@janosh Thanks for letting me know and the fix :) |
Seems |
Version
v0.3.7
Which OS(es) are you using?
What happened?
pip install chgnet
seems to fail for the latestv0.3.7
release, which also seems to impact thepymatgen
CI: https://github.com/materialsproject/pymatgen/actions/runs/9350037332/job/25732649581?pr=3822Code snippet
Log output
Code of Conduct
The text was updated successfully, but these errors were encountered: