nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

heatmap not working in virtualenv python #93

Open luoling1993 opened 5 years ago

luoling1993 commented 5 years ago
Description

heatmap not working in virtualenv python

How to reproduce
  1. setup a virtualenv and install vprof with pip
  2. add a demo.py script
  3. python -m vprof -c h demo.py
    Actual results
  4. No error
  5. Not terminated
    Expected results

    Get the code heatmap

    Version and platform

    platform: windows10 python version: 3.6.8 vprof version: 0.37.6