-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Python 3.13 - ModuleNotFoundError: No module named 'pipes' #33
Comments
Weird. We don't have a dependency on a module called pipes do we? |
Yep we do (and its not in the pyproject .toml which is another issue itself haha) , https://github.com/rpetit3/fastq-dl/blob/master/fastq_dl/utils.py#L11 I've submitted a PR here conda-forge/executor-feedstock#8 , based on this PR xolox/python-executor#22 Executor is a package I've used for years for simplifying the usage of subprocess. We can reconsider its usage going forward, but if the PR fixes it (substitutes |
yeah I was going to say |
Heads up planning to work on dropping the wrapper and just going with subprocess directly |
I've been using |
I will need to make some fixes on the bioconda recipe. But in case you get the following erro
The solution is to downgrade your Python version to 3.12 or earlier.
The text was updated successfully, but these errors were encountered: