I did conda install -c acellera pyinstaller=3.2.3 as per Anaconda\'s website and it looks like it installed correctly but I get the following if I try to run it
conda install -c acellera pyinstaller=3.2.3
You can use Anaconda's pip to install it, just go to the Script folder in Anaconda and execute:
pip.exe install pefile
install this instead:
conda install -c conda-forge pyinstaller=3.2.1
working fine for me after a couple of tries!