tingbot / tide-electron

📝   Simple IDE for developing Tingbot apps
Other
22 stars 7 forks source link

Python Cryptography is not being installed with the other tide-packages #44

Closed Rob4001 closed 8 years ago

Rob4001 commented 8 years ago

This is dues to the dynamic linking of cryptography and the OpenSSL libs and that pip install --target doesn't complete properly with out this,

Solution is to insure it has been installed system wide in the rpm/deb packages

Rob4001 commented 8 years ago

Awaiting a way to differentiate dependencies from rpm and deb: https://github.com/electron-userland/electron-builder/issues/719

joerick commented 8 years ago

No manylinux wheels available for that one either. I think a system-wide install is the way to go :+1: