I am using Pythonista for iOS and installed the cryptography package using the latest version of StaSh. It looked like there was an issue during installation but it still seemed to be successful:
Extracting archive file ...
Archive extracted.
Running setup file ...
TypeError('expected string or bytes-like object',)
Failed to run setup.py
Fall back to directory guessing ...
Package installed: cryptography
However, when I try to import Fertnet from cryptography.fertnet I get a ModuleNotFoundError. Apparently I'm missing cryptography.hazmat.bindings._padding. Does anyone have any idea why I'm not getting that module?