Executable made with pyInstaller / UPX in virtual environment throws an error
DLL load failed: The parameter is incorrect. while parameter is correct...
I've made python Executable withoutpyInstaller UPX
Its about 250MB
& Its working Fine.
To reduce size I've created another python Executable (Contains Same Code) Using pyInstaller UPX and its gives me an error refer Error_img.
Code Contains libraries like Pandas,Numpy,Openpyxl
The error is showing at line 8 where I've defined Pandas library