pycallgraph2
pycallgraph2 copied to clipboard
The pip installation is broken for setuptools>58.0.0. "Error in pycallgraph setup command: use_2to3"
The pip installation is broken. It fails with [Error in pycallgraph setup command: use_2to3 is invalid](https://stackoverflow.com/questions/72414481/error-in-anyjson-setup-command-use-2to3-is-invalid)
My guess is you've tried to install it by issuing command pip install pycallgraph. That refers to the old, unmaintained package. You want to install pycallgraph2, not the original pycallgraph. Try pip install pycallgraph2.