George V Jose

Results 8 comments of George V Jose

Hi, Any update on this? Can anyone recommend the right way to use multiprocessing? Also, I am using muti-pages in my streamlit app and one of the pages uses multiprocessing.

Hi... Any updates on this issue? I'm still struggling with this problem. If I press the Save button initially, the correct tool gets selected. And nothing shows in the coordinates....

Any update on this? Has anyone found a solution or temporary work-around?

It shows a missing GIF library.. try installing it. `sudo apt-get install libgif-dev`

Facing the same issue. Yes cuda is available. Got the issue when trying to run `pointops.furthestsampling()`

Fixed the issue using this [issue](https://github.com/limhoyeon/ToothGroupNetwork/issues/24). Remove all `include ` in the src files and the install the pointops library using`python setup.py install`

You can upgrade the pydantic as a short-term fix for the ImportError. ``` pip install --upgrade pydantic ``` I don't think this is a solution since it raises UserWarnings.

Hi, I'm having issues with the batching as well; the collate is indeed weird. Can you give a brief on your solution?