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"
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"
.....