shape_as_points icon indicating copy to clipboard operation
shape_as_points copied to clipboard

Requiring to Downgrade Dependencies

Open EliCDavis opened this issue 1 month ago • 0 comments

Following the setup guide, I had to downgrade numpy and pillow to get things to work.

Numpy

version that worked for me, bool is now depreciated

pip3 install numpy==1.23.1

Pillow

ImportError: DLL load failed while importing _imaging: The specified module could not be found.

version that worked for me, _imaging issues referenced in this issue

conda install install pillow==9.0.0

EliCDavis avatar May 13 '24 17:05 EliCDavis