Thus I expected naively that pip install . and python setup.py install should have the same results.
I have a reproducible case when the dependency handling differs if you use pip install -r requirements.txt or when you use python setup.py install
https://github.com/zeromq/pyzmq/issues/414#issuecomment-24679800