Skip to content
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

Parsl version incompatible between container and module #65

Open
mbocus opened this issue Jan 31, 2025 · 1 comment
Open

Parsl version incompatible between container and module #65

mbocus opened this issue Jan 31, 2025 · 1 comment

Comments

@mbocus
Copy link

mbocus commented Jan 31, 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

pdobbelaere added a commit to pdobbelaere/psiflow that referenced this issue Feb 3, 2025
@mbocus
Copy link
Author

mbocus commented Feb 3, 2025

Using pip to downgrade parsl in the mamba environment indeed fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant