PyLint claiming zmq.REP and zmq.REQ cannot be found · Issue #1018 · zeromq/pyzmq
Discovered on Windows10 using Anaconda Python 3.6.1 with the pyzmq library installed using pip install zmq. Pylint output: 44,50,error,E1101:Module 'zmq' has no 'REQ' member 60,50,error,E1101:Modul...