Hi, Pyinstaller-freezed (one-dir) executable is throwing the following scipy.stats error on the console, though completing the program/task (scipy.stats) correctly. Importing not the entire scipy module, but seceral (8) of its functions. Original unfreezed version (program.py) has, however, no such issues; working perfectly, without the following Traceback.
Traceback (most recent call last): File "_sobol.pyx", line 71, in scipy.stats._sobol.get_poly_vinit File "_sobol.pyx", line 143, in scipy.stats._sobol._initialize_direction_numbers File "numpy/lib/npyio.py", line 405, in load _sobol_direction_numbers.npz' Exception ignored in: 'scipy.stats._sobol._initialize_v' Traceback (most recent call last): File "_sobol.pyx", line 71, in scipy.stats._sobol.get_poly_vinit File "_sobol.pyx", line 143, in scipy.stats._sobol._initialize_direction_numbers File "numpy/lib/npyio.py", line 405, in load Any idea? Regards. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/ab103430-d63e-40fb-b689-d7710ac41e5dn%40googlegroups.com.
