-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BUG: pyinstaller fails with python 3.8, numpy 1.18 #15299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is likely an issue with pyinstaller not copying the dlls from python into the final installation, maybe related to the new python/numpy versions. Maybe related to gh-14807. |
I think it is Python 3.8 problem - somehow it does not respect PATH env variable. |
so i uninstall python 3.8 and again install a previous version, it will work?? |
Closing due to inaction, please reopen if needed. |
Uh oh!
There was an error while loading. Please reload this page.
hi all,
i am trying to make an exe file using pyinstaller. while clicking on the exe file, its giving me fatal error with stating 'unable to open the exe'. So i checked in cmd line , there is the issue with numpy.
Then i uninstalled and installed it again, nut still the issue is there.
Reproducing code example:
After opeing the exe file, error is :
while making the exe file using pyinstaller command :
Error message:
54028 INFO: Looking for dynamic libraries
55761 WARNING: lib not found: libopenblas.SVHFG5YE3RK3Z27NVFUDAPL2O3W6IMXW.gfortran-win32.dll dependency of c:\users\debasis.panda\appdata\local\programs\python\python38-32\lib\site-packages\numpy\core_multiarray_umath.cp38-win32.pyd
56379 WARNING: lib not found: libopenblas.SVHFG5YE3RK3Z27NVFUDAPL2O3W6IMXW.gfortran-win32.dll dependency of c:\users\debasis.panda\appdata\local\programs\python\python38-32\lib\site-packages\numpy\linalg_umath_linalg.cp38-win32.pyd
56450 WARNING: lib not found: libopenblas.SVHFG5YE3RK3Z27NVFUDAPL2O3W6IMXW.gfortran-win32.dll dependency of c:\users\debasis.panda\appdata\local\programs\python\python38-32\lib\site-packages\numpy\linalg\lapack_lite.cp38-win32.pyd
Numpy/Python version information:
python - 3.8
numpy -1.18.1
The text was updated successfully, but these errors were encountered: