Closed blueyed closed 9 years ago
This is caused by using the wheel for installation.
Probably the config should not have universal = 1
, which probably causes the same wheel (with the same dependencies) to be used for Python 2 and 3?
I can confirm that the wheel is install pies2overrides in a python 3 virtualenv.
@blueyed is correct, the [wheel]
section of setup.cfg is causing this issue. Unfortunately this will require two wheels to be built for each distribution. One using each python major release.
My output (using mktmpenv
): https://gist.github.com/ghickman/7b20200ad43676acf97e
This should be fixed in 2.6.7 which was just released, thank for reporting this issue!
~Timothy
This does not happen for 2.6.3, and causes weird issues, e.g. because of the
reprlib.py
being installed.