python GUI wxPython
wxPython 官网 https://pypi.org/project/wxPython/
wxPython 安装 pip install wxPython (安装失败)
推荐豆瓣镜像
pip3 install -i https://pypi.douban.com/simple wxpython
C:\Users\dangzhengtao>pip3 install -i https://pypi.douban.com/simple wxpython Looking in indexes: https://pypi.douban.com/simple Collecting wxpython Downloading https://pypi.doubanio.com/packages/8a/12/08d58ad0a782aa003f2f4c19c2d2d8a55bc0141f9b925ea2f066732a7319/wxPython-4.0.7.post2-cp37-cp37m-win_amd64.whl (23.0MB) |████████████████████████████████| 23.0MB 1.3MB/s Collecting numpy; python_version >= "3.0" Downloading https://pypi.doubanio.com/packages/a9/38/f6d6d8635d496d6b4ed5d8ca4b9f193d0edc59999c3a63779cbc38aa650f/numpy-1.18.1-cp37-cp37m-win_amd64.whl (12.8MB) |████████████████████████████████| 12.8MB 328kB/s Requirement already satisfied: six in e:\python37\lib\site-packages (from wxpython) (1.11.0) Requirement already satisfied: pillow in e:\python37\lib\site-packages (from wxpython) (5.2.0) Installing collected packages: numpy, wxpython Successfully installed numpy-1.18.1 wxpython-4.0.7.post2