pip wheel coverage fails with python3

Bug #1496715 reported by Loic Dachary
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-coverage (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

On a fresh Ubuntu 14.04

* apt-get install python-virtualenv python-pip
* virtualenv -p /usr/bin/python3 v
* . v/bin/activate
* pip install wheel
* pip wheel coverage
...

  File "/home/ubuntu/v/local/lib/python3.4/site-packages/wheel/metadata.py", line 194, in pkginfo_to_dict

    for item in sorted(items.values()):

TypeError: unorderable types: EntryPoint() < EntryPoint()

----------------------------------------
  Failed building wheel for coverage
Failed to build coverage
Cleaning up...

Revision history for this message
Daniele Venzano (venza) wrote :

I am getting the same error on a package of mine, it is a problem with wheel, not with coverage.

Revision history for this message
Daniele Venzano (venza) wrote :
Revision history for this message
Loic Dachary (dachary) wrote :

Thanks !

Changed in python-coverage (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.