numba / data_profiler

An augmented version of cProfile and Snakeviz
BSD 2-Clause "Simplified" License
27 stars 3 forks source link

rotatingtree.h missing #8

Open scottbecker opened 3 years ago

scottbecker commented 3 years ago

This could be an issue with my system but it seems like data_profiler isn't building on python3.9 running on wsl2 ubuntu 20.04 with python3.9 and python3.9-dev installed

pip install data_profiler .... .... profiler/prof.c -o build/temp.linux-x86_64-3.9/data_profiler/prof.o data_profiler/prof.c:8:10: fatal error: rotatingtree.h: No such file or directory 8 | #include "rotatingtree.h"

.....