daneads / pycallgraph2

pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
219 stars 34 forks source link

cli not working for me #8

Closed evan-forbes closed 3 years ago

evan-forbes commented 5 years ago

thanks for reviving an awesome project!!

This feels like a simple mistake on my part... so I have followed all of the instructions on the intro page, and am sure that pycallgraph2 and graphviz are installed, but I still cannot use the cli. getting No command 'pycallgraph2' found, did you mean: Command 'pycallgraph' from package 'python-pycallgraph' (universe) pycallgraph2: command not found

Also the api is not producing a png or raising any errors.

thanks ahead of time!

asciidoc3 commented 5 years ago

The same for me ...

CromFr commented 5 years ago

this has been fixed by PR #6, but there has been no release on pypi since

daneads commented 5 years ago

Thanks all, you should be able to update via today's PyPi release.

ARF1 commented 4 years ago

@asciidoc3 For me this is not fixed. Also I cannot see where in #6 any fix would have happended. Maybe something was overlooked in staging #6?

evan-forbes commented 3 years ago

closing this ancient issue