How do I install heapy under python 2.7?

前端 未结 3 652
没有蜡笔的小新
没有蜡笔的小新 2021-02-02 17:33

It seems the latest version is for 2.6 only.

I\'m facing ImportError: DLL load failed: The specified module could not be found. and couldn\'t find any solut

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 17:54

    I had the same error when I tried to launch python from folder where guppy source files were situated. But out of this directory I had problems with instantiating hpy. Finally I got heapy working on python2.7 by installing it from trunk

    pip install https://guppy-pe.svn.sourceforge.net/svnroot/guppy-pe/trunk/guppy
    

提交回复
热议问题