atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

atoMEC not installable for Python > 3.9 #182

Closed timcallow closed 1 year ago

timcallow commented 1 year ago

Due to the dependence on the rather strange pylibxc library, atoMEC is not installable for Python > 3.9.

We need to add a warning in the README. But also test exactly which Python versions it is compatible with.

timcallow commented 1 year ago

Fixed by switching to the official pylibxc installation route in PR #203