Installing jupyter_client with
python setup.py bdist_wheel
pip install *.whl
will attempt to install the extras_require listed in the setup.py.
- setuptools 38.2.5
- pip 9.0.1
- wheel 0.30.0
The same actually happens when using
pip install jupyter_client
where it uses wheels.