-
Notifications
You must be signed in to change notification settings - Fork 117
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
No more space error on classifier #28
Comments
Open an issue at the QIIME2 dev forum asking for more details on what is done in that specific step. It feels weird that neither submitting TMP or TMPDIR as environment variables is used by the environment at all. |
Sorry @d4straub , I invested ~4hours today and can't get this to run at all. Need to wait for the qiime2 guys to help in here. |
"Fun" fact:
This runs well when using Singularity... |
It even runs through entirely without a single error message.
|
Found the problem in the Docker thing as well after ~10 hours of debugging and without help at the QIIME2 user forum.
Nobody tells you about this here: https://forum.qiime2.org/t/error-no-28-out-of-memory/5758 @KochTobi and I found this here: https://scikit-learn.org/stable/modules/generated/sklearn.utils.Parallel.html and that the scikit learn application apparently looks for the env variable That means, we'Ll have working CI tests today!!!! |
The text was updated successfully, but these errors were encountered: