jen-co

Results 4 comments of jen-co

I am having the same issue - collection.append() is not appending any data. these are my environment details: MacOS Catalina 10.15.7 Using conda environment with python 3.6.10 pystore installed with...

further update - I realised I hadn't set my dataframe timestamp column to a datetime type and hadnt either set it as the index. Once I had done this: df['time-stamp']...

I can confirm that the issue still persists. It crashes on exactly the 65520th call to add geometry. Basic example code to reproduce the crash: ``` import open3d as o3d...

I am also trying to install this on Windows but not having much success. Anyone else managed this?