Closed
Description
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.