Install wxPython in osx 10.11

前端 未结 7 969
我在风中等你
我在风中等你 2021-02-06 05:39

When I try to install wxPython, it shows an error:

> The Installer could not install the software because there was no
> software found to in         


        
7条回答
  •  情深已故
    2021-02-06 06:14

    this worked for me (10.11.16):

       sudo pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix 
    

    How to properly install wxPython?

提交回复
热议问题