Error creating Executable with Pandas #15711
Labels
31 - Third-party binaries
Install/import issues other than Anaconda-specific
33 - Question
Question about NumPy usage or development
50 - Duplicate
My code works fine. It runs no issue when I run it through PyCharm (Python interpreter). I tried creating an executable of the program using a batch file. I have successfully created many executables using batch files, this is the first program not to work and the first program to use pandas.
Reproducing code example:
Batch file:
C:\Python38\Scripts\pyinstaller.exe ^
--hidden-import numpy ^
--hidden-import pandas ^
--hidden-import pandastable ^
--onefile ^
--distpath C:\Python38\Programs ^
--specpath C:\Python38\Programs\specs ^
--workpath C:\Python38\Programs\build ^
H:\Python#####\Update.py
The text was updated successfully, but these errors were encountered: