Installing guppy with pip3 issues
Try installing the guppy3 fork of guppy that supports Python 3:
pip3 install guppy3
Unfortunately it seems that guppy
library works only for Python 2.x. An alternative could be objgraph
Try installing the guppy3 fork of guppy that supports Python 3:
pip3 install guppy3
Unfortunately it seems that guppy
library works only for Python 2.x. An alternative could be objgraph