Github user apiri commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/135
@achristianson Must have gotten mixed up on branches or repos, but seem to
be getting an error on the build due to m2crypto.
> Failed building wheel for m2crypto
> Running setup.py clean for m2crypto
> Failed to build m2crypto
> Installing collected packages: m2crypto, pathtools, argh, watchdog
> Running setup.py install for m2crypto ... error
> Complete output from command
/Users/apiri/Development/code/apache/nifi-minifi-cpp/build/test-env-py2/bin/python2.7
-u -c "import setuptools,
tokenize;__file__='/private/var/folders/7s/6sbtw9n10q50rdttrsd5dwq00000gn/T/pip-build-CZHOP7/m2crypto/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
/var/folders/7s/6sbtw9n10q50rdttrsd5dwq00000gn/T/pip-vqOR3N-record/install-record.txt
--single-version-externally-managed --compile --install-headers
/Users/apiri/Development/code/apache/nifi-minifi-cpp/build/test-env-py2/bin/../include/site/python2.7/m2crypto:
I was able to workaround it using largely the process outlined here;
https://stackoverflow.com/a/33125400/231008 with the addition of doing a sudo
pip install of m2crypto.
Let me know if I'm overlooking something. Thanks!
---