pkhungurn / talking-head-anime-2-demo

Demo programs for the Talking Head Anime from a Single Image 2: More Expressive project.
http://pkhungurn.github.io/talking-head-anime-2/
MIT License
1.12k stars 154 forks source link

can't install wxPython on Ubuntu #10

Open jasonlbx13 opened 3 years ago

jasonlbx13 commented 3 years ago

There is not wxPython4.1.1 whl file about linux

jasonlbx13 commented 3 years ago

pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython

this could work

dragonmeteor commented 3 years ago

If 4.1.1 does not work, you can try an older version. The code does not use that many features from wxPython, so a version that is quite recent is fine. I would say anything past 4.0 would work as well.