TypeError install sbws in python 3.4.2
Created by: juga0
Installing sbws
by pip install -e .
or python setup.py install
gives this error:
Traceback (most recent call last):
File "setup.py", line 45, in <module>
version=find_version(),
File "setup.py", line 38, in find_version
if "__version__" in line.strip():
TypeError: Type str doesn't support the buffer API