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 May 23, 2024. It is now read-only.
Traceback (most recent call last):
File "/home/travis/virtualenv/python3.4.6/bin/bob", line 7, in <module>
from bob import cli
File "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/bob/__init__.py", line 1, in <module>
from . import cli
File "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/bob/cli.py", line 20, in <module>
from .models import Formula
File "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/bob/models.py", line 33, in <module>
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
File "/home/travis/virtualenv/python3.4.6/lib/python3.4/os.py", line 982, in fdopen
return io.open(fd, *args, **kwargs)
ValueError: can't have unbuffered text I/O
Currently
bob --help
fails with:See:
https://travis-ci.org/kennethreitz/bob-builder/jobs/237710697#L239
The text was updated successfully, but these errors were encountered: