data_profiler icon indicating copy to clipboard operation
data_profiler copied to clipboard

rotatingtree.h missing

Open scottbecker opened this issue 4 years ago • 0 comments

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"

.....

scottbecker avatar Aug 08 '21 19:08 scottbecker