Currently running "./runme.sh clean" fails on Linux Mint for me.
There are 2 lines containing an error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tb-nightly 2.14.0a20230808 requires requests<3,>=2.21.0, which is not installed.
gfpgan 1.3.8 requires pyyaml, which is not installed.
basicsr 1.4.2 requires pyyaml, which is not installed.
basicsr 1.4.2 requires requests, which is not installed.
and
running swig
Using default location for FLTK!
Running command: ['swig', '-DLINUX', '-DFL_INTERNALS', '-w302', '-w312', '-w325', '-w362', '-w389', '-w401', '-w473', '-w509', '-I./swig', '-I/home/steffen/mrv2/BUILD-Linux-amd64/Release/install/include/jpeg', '-I/home/steffen/mrv2/BUILD-Linux-amd64/Release/install/include/zlib', '-I/home/steffen/mrv2/BUILD-Linux-amd64/Release/install/include/png', '-I/home/steffen/mrv2/BUILD-Linux-amd64/Release/install/include/FL/images', '-I/home/steffen/mrv2/BUILD-Linux-amd64/Release/install/include', '-I/usr/include', '-DPYTHON', '-DPYTHON3', '-c++', '-python', '-shadow', '-fastdispatch', '-outdir', 'fltk14', '-o', 'fltk14/fltk_wrap.cpp', './swig/fltk.i']
error: [Errno 2] No such file or directory: 'swig'
Currently running "./runme.sh clean" fails on Linux Mint for me. There are 2 lines containing an error:
and