I tried everything to make this work:
brew install cmake
brew install libssh2
pip install --upgrade pip setuptools wheel
pip install ssh2-python
brew info libssh2
Everything seems to work but when I try to run my python code it fails on the import!!!
