15.06.2020, 18:27
Hi,
I confirm all plugins compile without any problem with 20.04 LTS and 18.04 LTS, fresh install, except
waifu2x, which needs CUDA.
It's possible meson, and it's Python3 dependencies, is installed more than one time on your machine ?
Same for ninja, which exists in a very old version in /usr/bin ?
It's possible PYTHONPATH is not correct. You use pip3 install -q --upgrade --user,
so PYTHONPATH may include
$HOME/.local/lib/python3.8/site-packages
(I'm not really sure).
I will see mvtoolssf problem.
Al1
--
I confirm all plugins compile without any problem with 20.04 LTS and 18.04 LTS, fresh install, except
waifu2x, which needs CUDA.
It's possible meson, and it's Python3 dependencies, is installed more than one time on your machine ?
Same for ninja, which exists in a very old version in /usr/bin ?
It's possible PYTHONPATH is not correct. You use pip3 install -q --upgrade --user,
so PYTHONPATH may include
$HOME/.local/lib/python3.8/site-packages
(I'm not really sure).
I will see mvtoolssf problem.
Al1
--