Add warnings about the installation of libzmq1
With the incorrect compile-time options for libzmq1, pyzmq will give an error such as the following: AttributeError: Socket has no such option: RCVTIMEO Change-Id: I719a8de89b26dba974d7af8d631b7cdd729a074b
This commit is contained in:
parent
b6539f9cdd
commit
8b0ba7bcf2
@ -55,6 +55,11 @@ Or install directly from a git checkout with::
|
||||
|
||||
pip install .
|
||||
|
||||
Note that some distributions provide a libzmq1 which does not support
|
||||
RCVTIMEO. Removing this libzmq1 from the system libraries will ensure
|
||||
pip compiles a libzmq1 with appropriate options for the version of
|
||||
pyzmq used by nodepool.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user