I try to create an exe file using PyInstaller 3.2.1, for test purpose I tried to make an exe for following code:
import pandas as pd print(\'hello world\') <
This is probably because the Anaconda version of numpy is built using mkl.
numpy
If you want to reduce the size of the distributable, you could work with a seperate building virtual environment with the packages installed through pip instead of conda
pip
conda