Akilu Rilwan

Results 6 comments of Akilu Rilwan

@SalilVishnuKapur So it appears `cvRfHierarchyT` is used before its declaration? ``` $python PointFeatures.py Traceback (most recent call last): File "PointFeatures.py", line 163, in arrRfH = [np.mean(cvRfHierarchyT[0]), np.mean(cvRfHierarchyT[1]), np.mean(cvRfHierarchyT[2]), np.mean(cvRfHierarchyT[3]), np.mean(cvRfHierarchyT[4]),...

Why is `pptk` not working with python3.7?

Got this error trying to rebuild: ``` $ mkdir build && cd build && cmake .. && make -j .... CMakeFiles/Makefile2:126: recipe for target 'src/thundergbm/CMakeFiles/thundergbm.dir/all' failed make[1]: *** [src/thundergbm/CMakeFiles/thundergbm.dir/all] Error...

Using Python3.8 and this what works for me: ``` sudo apt install libpython3.8-dev ``` Source: https://stackoverflow.com/a/57698471