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
Originally reported by: antti_haapala (Bitbucket: antti_haapala, GitHub: Unknown)
#!python
% easy_install -i `pwd`/eggs
...
Searching for Babel
Reading file:/.../eggs/index/Babel/
...
venv33/lib/python3.3/site-packages/setuptools/package_index.py", line 1057, in local_open
{'content-type':'text/html'}, StringIO(body))
TypeError: initial_value must be str or None, not bytes
Original comment byantti_haapala (Bitbucket: antti_haapala, GitHub: Unknown):
Ah, we did our local index using BasketWeaver, the reason is ofc that the open uses 'rb' to read the 'index.html'; I guess it should be 'r' on all platforms, and also in py2
Originally reported by: antti_haapala (Bitbucket: antti_haapala, GitHub: Unknown)
The text was updated successfully, but these errors were encountered: