Hi,
I’m trying to install the package papermill in python, but i’m getting the following error:
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-13e4qx02/pyzmq/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ms6n7q1m/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-13e4qx02/pyzmq/
I’m assuming it’s because one of the dependencies has already been installed? I do not know how to handle this, unfortunately.