running pyinstaller after Anaconda install results in ImportError: no Module named 'pefile'

后端 未结 2 1064
野的像风
野的像风 2021-01-03 03:23

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

2条回答
  •  太阳男子
    2021-01-03 03:55

    install this instead:

    conda install -c conda-forge pyinstaller=3.2.1
    

    working fine for me after a couple of tries!

提交回复
热议问题