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
Hi! I'm trying to reproduce the experiments from the paper Lotaru: Locally Estimating Runtimes of Scientific Workflow Tasks in Heterogeneous Clusters, and your Python implementation is extremely helpful. However, I encountered a dependency conflict:
Your code requires Python 3.10(e.g., using match-case syntax features).
The Conda package for fastqsplitter only supports Python 3.5.
This makes it impossible to install both in the same environment. Could you clarify how you resolved this conflict? Specifically:
Is there an alternative version of fastqsplitter compatible with Python 3.10?
Did you manually compile fastqsplitter for Python 3.10?
Are there alternative tools to replace fastqsplitter?
Looking forward to your guidance!
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to reproduce the experiments from the paper Lotaru: Locally Estimating Runtimes of Scientific Workflow Tasks in Heterogeneous Clusters, and your Python implementation is extremely helpful. However, I encountered a dependency conflict:
match-case
syntax features).fastqsplitter
only supports Python 3.5.This makes it impossible to install both in the same environment. Could you clarify how you resolved this conflict? Specifically:
fastqsplitter
compatible with Python 3.10?fastqsplitter
for Python 3.10?fastqsplitter
?Looking forward to your guidance!
The text was updated successfully, but these errors were encountered: