-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
BlockingIOError #6468
Comments
This problems seems related to the verbosity of conda installs - maybe some terminal incompatibility? Using |
Worksaround the terminal problems conda is having with travis. See also: conda/conda#6468
Apply suggested fix from conda/conda#6468
Getting conda errors in TravisCI related to blocking IO. Fix by adding the `--quiet` flag (conda/conda#6468).
…ilures. See conda/conda#6468. Also note that the existing duplication of commands and amount of bash inside a 'config' file is being tackled separately...
Duplicate of #6473. There's more discussion there, so will close this issue. |
Hi there, thank you for your contribution to Conda! This issue has been automatically locked since it has not had recent activity after it was closed. Please open a new issue if needed. |
I got the following with the latest conda (4.3.30 py36h5d9f9f4_0) on travis during
conda create --yes -n testenv python=3.6 pytest codecov coverage xlrd xlsxwriter pymongo flake8 pandas jsonschema -c conda-forge
Any idea what could be going wrong?
The text was updated successfully, but these errors were encountered: