Hi Brenainn,

Oh! You are great, and the pyinstaller too. Resolved!! Below, please find 
my freezing command (on OSX terminal) in case someone—facing the same issue 
after numpy 2.0.0 release—finds it useful.

$ pyinstaller pyprog.py --collect-submodules=numpy.f2py 
--hiddenimport=scipy._lib.array_api_compat.numpy.fft 
--hiddenimport=scipy.special._special_ufuncs --name pyprog --onedir 
--noconfirm --clean


Kindest regards,

Debabrata
On Friday, June 28, 2024 at 2:57:03 PM UTC+5:30 bwoodsend wrote:

> Then add --hiddenimport=scipy._lib.array_api_compat.numpy.fft too
> ​
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/fb7ae86c-f668-4f4f-ab7a-d0e492141efcn%40googlegroups.com.

Reply via email to