On newly installed Ubuntu 20.04, after:
- clone this repository
- install package python3-pip
- install python3-virtualenv
then:
source bootstrap.sh
./tools/build.sh GimpUI-3.0
gave:
from lxml import etree
ModuleNotFoundError: No module named 'lxml'
Then:
pip install lxml
./tools/build.sh GimpUI-3.0
seems to get past the previous error.
On newly installed Ubuntu 20.04, after:
- clone this repository
- install package python3-pip
- install python3-virtualenv
then:
gave:
Then:
seems to get past the previous error.