daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

Have a bug when using with spicy1.9.0 #341

Closed trinhnhut-gif closed 1 year ago

trinhnhut-gif commented 1 year ago

Hello, when I was using spicy1.9.0, pyntcloud had a bug like the one below. Could you give me some suggestions? Thank you image

trinhnhut-gif commented 1 year ago

I have a solution, find k_neighbors.py in pyntcloud and change n_jobs to workers

daavoo commented 1 year ago

@trinhnhut-gif Which pyntcloud version are you using? It should work in latest version

trinhnhut-gif commented 1 year ago

I have installed the newest version and it worked successfully. Thank you so much