python3.8.3版本 安装Gooey 一直安装不了

python3.8.3版本 安装Gooey 一直安装不了,请大佬解决,谢谢!

pip install Gooey

pip3 install Gooey

python3 -m pip install Gooey 

都试过,安装不了

C:\Python38>python -m pip install Gooey
Collecting Gooey
  Downloading Gooey-1.0.8-py2.py3-none-any.whl (678 kB)
     |████████████████████████████████| 678 kB 2.2 MB/s
Requirement already satisfied: Pillow>=4.3.0 in c:\python38\lib\site-packages (from Gooey) (8.0.1)
Collecting wxpython==4.1.0
  Downloading wxPython-4.1.0-cp38-cp38-win_amd64.whl (17.9 MB)
     |████████████████████████████████| 17.9 MB 2.2 MB/s
Requirement already satisfied: six in c:\users\homan\appdata\roaming\python\python38\site-packages (from wxpython==4.1.0->Gooey) (1.15.0)
Requirement already satisfied: numpy in c:\python38\lib\site-packages (from wxpython==4.1.0->Gooey) (1.19.5)
Collecting colored>=1.3.93
  Downloading colored-1.4.2.tar.gz (56 kB)
     |████████████████████████████████| 56 kB 3.8 MB/s
Collecting psutil>=5.4.2
  Downloading psutil-5.8.0-cp38-cp38-win_amd64.whl (245 kB)
     |████████████████████████████████| 245 kB 3.3 MB/s
Collecting pygtrie>=2.3.3
  Downloading pygtrie-2.4.2.tar.gz (35 kB)
Building wheels for collected packages: colored, pygtrie
  Building wheel for colored (setup.py) ... done
  Created wheel for colored: filename=colored-1.4.2-py3-none-any.whl size=14003 sha256=bdb4957e89434dab0b28db7663461b85ef67c3e7e7012af1385ca24254ea3168
  Stored in directory: c:\users\homan\appdata\local\pip\cache\wheels\ae\61\d2\51d0185d88a932058c7341ae08278b27f5312f3667efe433fc
  Building wheel for pygtrie (setup.py) ... done
  Created wheel for pygtrie: filename=pygtrie-2.4.2-py3-none-any.whl size=19061 sha256=30843017c42e688945b446b12220252a5f26ab788062dca2ce0b6d4af7ed19bc
  Stored in directory: c:\users\homan\appdata\local\pip\cache\wheels\31\03\7b\f685b394a937bc97d2d40908d45aa31f3d9473bca6e9019153
Successfully built colored pygtrie
Installing collected packages: wxpython, pygtrie, psutil, colored, Gooey
Successfully installed Gooey-1.0.8 colored-1.4.2 psutil-5.8.0 pygtrie-2.4.2 wxpython-4.1.0

在 Python38 内,Administrator 权限,安装没有问题。

请显示 bug 或者 error。

出错信息是什么呢?

你这已经安装成功了


Collecting Gooey
  Using cached Gooey-1.0.8-py2.py3-none-any.whl (678 kB)
Collecting wxpython==4.1.0
  Using cached wxPython-4.1.0.tar.gz (65.8 MB)
Collecting colored>=1.3.93
  Using cached colored-1.4.2-py3-none-any.whl
Requirement already satisfied: Pillow>=4.3.0 in /data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/site-packages (from Gooey) (8.1.0)
Collecting pygtrie>=2.3.3
  Using cached pygtrie-2.4.2-py3-none-any.whl
Collecting psutil>=5.4.2
  Using cached psutil-5.8.0-cp38-cp38-linux_aarch64.whl
Requirement already satisfied: six in /data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/site-packages (from wxpython==4.1.0->Gooey) (1.15.0)
Requirement already satisfied: numpy in /data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/site-packages (from wxpython==4.1.0->Gooey) (1.18.2)
Building wheels for collected packages: wxpython
  Building wheel for wxpython (setup.py) ... error

我在pip list 中没有想到这个Gooey

升级pip