pygraph icon indicating copy to clipboard operation
pygraph copied to clipboard

The version available on pypi doesn't support python3

Open rylz opened this issue 8 years ago • 2 comments

It fails with:

  File "/usr/lib/python3.6/site-packages/pygraph/functions/planarity/kocay_algorithm.py", line 1061
    except Exception, e:

When I install with # pip install git+https://github.com/jciskey/pygraph instead it works fine.

rylz avatar Dec 04 '17 18:12 rylz

It fails with:

  File "/usr/lib/python3.6/site-packages/pygraph/functions/planarity/kocay_algorithm.py", line 1061
    except Exception, e:

When I install with # pip install git+https://github.com/jciskey/pygraph instead it works fine.

install pip3 and then try installing pygraph

$ pip3 install pygraph

Adwait1997 avatar Dec 12 '19 03:12 Adwait1997

@Adwait1997 with pip3 its fails anyway

hosek avatar Apr 13 '20 20:04 hosek