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 was archived by the owner on Jan 29, 2019. It is now read-only.
Attempting to install the build dependencies for the site under Python 3.4, I get this message:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "C:\Users\zky39or\AppData\Local\Temp\pip-build-ixl0b4r6\wok\setup.py", line 37, in <module>
scripts=['scripts/wok'],
File "C:\Python34\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\Python34\lib\distutils\dist.py", line 973, in run_command
cmd_obj.ensure_finalized()
File "C:\Python34\lib\distutils\cmd.py", line 107, in ensure_finalized
self.finalize_options()
File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 75, in finalize_options
self.egg_version = self.tagged_version()
File "C:\Python34\lib\site-packages\setuptools\command\egg_info.py", line 165, in tagged_version
return safe_version(version + self.vtags)
TypeError: can't concat bytes to str
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\zky39or\
AppData\Local\Temp\pip-build-ixl0b4r6\wok