JuliaGeodynamics / LaMEM.jl

Julia interface to LaMEM (Lithosphere and Mantle Evolution Model)
GNU General Public License v3.0
28 stars 12 forks source link

upgrade PythonCall #1

Closed boriskaus closed 1 year ago

boriskaus commented 1 year ago

some users report problems getting this installed on their machines, which appears to be linked to having to call Python (sigh, always python issues...). CI was working fine initially, which was a bit puzzling at first. Later, it turned out that also CI picked up this issue.

EDIT: At the end this turned out to be a problem with the MicroMamba package version 0.1.10. It was solved by explicitly loading version 0.1.9 along with PythonCall. We can update this in the future once MicroMamba is fixed.