Skip to content

Windows python 2.7.13 pex 1.2.13 requires wheel==0.29.0 #290

Closed
@adobeDan

Description

@adobeDan

The latest wheel version on Windows (0.30.0), when run with Python 2.7.13 and pex 1.2.13, produces a build error:

  File "c:\cygwin64\home\dbrotsky\build27\lib\site-packages\pex\bin\pex.py", line 423, in _safe_link
    os.symlink(src, dst)
AttributeError: 'module' object has no attribute 'symlink'

The workaround is to build with wheel 0.29.0.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions