Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

numpy 2.x compatibility issue

Open lorusssa opened this issue 1 year ago • 1 comments

Discussed in https://github.com/isl-org/Open3D/discussions/6932

Originally posted by lorusssa August 26, 2024 Hi, I faced a compatibility issue with numpy version 2.x If I run command "pcd.paint_uniform_color([1, 0, 0])" I get an error like "Windows fatal exception: access violation". I had to downgrade to numpy 1.26.4 to make it work.

Thanks Salvatore

lorusssa avatar Sep 09 '24 08:09 lorusssa