Using pyinstaller on parmap causes a tkinter matplotlib import error. Why?

后端 未结 1 1920

Update

If I try downgrading from Pyinstaller 3.2 to 3.1 I instead get the following traceback when I try to run the executable.

I t

1条回答
  •  粉色の甜心
    2021-01-17 00:26

    Repiklis provided the solution in the comments. Further note that as of January 15 2017 Pyinstaller version 3.2.1 was released. I now use this and it solves this issue along with others like this and this that I could previously only solve by using the developer version. So I highly recommend upgrading to the latest version if you haven't already.

    0 讨论(0)
提交回复
热议问题