I'm trying to install pycups on my raspberry pi running Python 2.7.16 and pip version 18.1. I'm trying to install with the following command:
sudo pip install pycups
But it keeps failing and giving this error:
Failed building wheel for pycups
Running setup.py clean for pycups
Failed to build pycups
Any ideas what could be wrong and how I can install pycups on my Pi?
I've tried
sudo pip install -U setuptools
and
sudo apt-get install python-dev
And both say they are up-to-date