You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed psiflow using the install script (v4.0.0) and I am using the respective container. However, I get the following error in my parsl.log:
parsl.executors.high_throughput.errors.VersionMismatch: Manager version info py.v=3.10 parsl.v=2024.12.16 does not match interchange version info py.v=3.10 parsl.v=2025.01.27
I believe this arises from the container having parsl 2024.12.16 and the pyproject.toml that asks parsl >= 2024.12.16. Probably changing it to parsl = 2024.12.16 would suffice.
Thanks,
Massimo
The text was updated successfully, but these errors were encountered:
pdobbelaere
added a commit
to pdobbelaere/psiflow
that referenced
this issue
Feb 3, 2025
I have installed psiflow using the install script (v4.0.0) and I am using the respective container. However, I get the following error in my parsl.log:
parsl.executors.high_throughput.errors.VersionMismatch: Manager version info py.v=3.10 parsl.v=2024.12.16 does not match interchange version info py.v=3.10 parsl.v=2025.01.27
I believe this arises from the container having parsl 2024.12.16 and the pyproject.toml that asks parsl >= 2024.12.16. Probably changing it to parsl = 2024.12.16 would suffice.
Thanks,
Massimo
The text was updated successfully, but these errors were encountered: