ankushraut008
ankushraut008
Python version: 3.11.4 NumPy version: 2.0.1 PyInstaller version: 6.10.0
tried with your command not found any issue below is the command we are using ```python def create_exe(script_path, extra_files=None): try: script_directory = Path(script_path).parent extra_files = extra_files or [] if len(extra_files)...
the same issue was getting generated while running the command manually The extra_files I am passing was supportable json files required
when the exe was importing the pandas at that time this error was getting triggred
['python', '-m', 'PyInstaller', '--distpath', 'D:\\Application\\arc\\DataRunners\\ExchangeEODRecorder', '--add-data=D:\\Application\\arc\\DataRunners\\ExchangeEODRecorder\\ExchangesEODRecorder.json;.', 'D:\\Application\\arc\\DataRunners\\ExchangeEODRecorder\\ExchangesEODRecorder.py'] this was the basic command i am paassing
> > when the exe was importing the pandas at that time this error was getting triggred > > So if you build an executable from the following minimal program:...
i have used --clean i have also tried with previous versions as well
see the program was written before 6 Months at that time the code was working correctly but after resetting the system the code was not working that's why we have...
what type of info do you need