Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.
This repository was archived by the owner on Jan 29, 2019. It is now read-only.

Building site requires Python 2 #127

@lordmauve

Description

@lordmauve

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

Presumably wok doesn't support Python 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions