I am running on macOs Mojave and developing a Python project with Intellij.
Running it produces this error:
ImportError: dlopen(/Users/guilhermemarcondes/IdeaProjects/ODOO_ENV2/lib/python3.6/site-packages/pymqi/pymqe.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libmqic_r.dylib
Referenced from: /Users/guilhermemarcondes/IdeaProjects/ODOO_ENV2/lib/python3.6/site-packages/pymqi/pymqe.cpython-36m-darwin.so
Reason: image not found
- Installed XCODE
- Created a ENV from scratch
- Download and unzipped the toolkit from mac to OPT/MQM
- Performed the Export for MQ installation and DYL .
- Install the pymqi
But got the same error.
Please help.