Inkscape installed
Downloaded inkcut 2. Put in its own folder and extracted the files
ran in terminal: sudo apt install python3-pip python3-pyqt5 python3-pyqt5.qtsvg libcups2-dev and reported as successful
ran pip3 install inkcut
with the following message: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-f8vraueb/pycups/
You are using pip version 8.1.1, however version 19.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
ran pip install --upgrade pip
with the following message: warnings.warn(warning, RequestsDependencyWarning)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already up-to-date: pip in ./.local/lib/python2.7/site-packages (19.2.2)
Therefore unable to load inkcut extension
Can anyone help?????
Roger