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
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
I'm no Python God, but as I understand the code it is using mkstemp which itself makes the temporary file in /tmp unles TMPDIR, TEMP or TMP environment variables are set. Hence I have been fighting with IOError: [Errno 28] No space left on device for some time without being able to understand why given that the hard drive and temp location specified in qiime_config were not filling up.
The text was updated successfully, but these errors were encountered:
...I think...
I'm no Python God, but as I understand the code it is using mkstemp which itself makes the temporary file in /tmp unles TMPDIR, TEMP or TMP environment variables are set. Hence I have been fighting with IOError: [Errno 28] No space left on device for some time without being able to understand why given that the hard drive and temp location specified in qiime_config were not filling up.
The text was updated successfully, but these errors were encountered: