File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,19 @@ Inside the [examples](./examples) folder you can find a set of examples that sho
23
23
- ` poetry install ` : resolves and install dependencies
24
24
- ` make test ` : run the tests
25
25
26
- Note for MAC users:
27
- - TLS does not work, see: https://github.com/rabbitmq/rabbitmq-amqp-python-client/issues/64
26
+ ### Note for MAC users:
27
+
28
+ To run TLS you need to:
29
+ ``` bash
30
+ - pip uninstall python-qpid-proton
31
+ - brew install swig
32
+ - brew install pkg-config
33
+ - export CFLAGS=" -I/usr/local/opt/openssl/include" ; pip install python-qpid-proton --verbose --no-cache-dir
34
+ ```
35
+
36
+ Read more about the issue [ here] (https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps
37
+ )
38
+
28
39
29
40
30
41
You can’t perform that action at this time.
0 commit comments