79658160

Date: 2025-06-08 20:57:10
Score: 1
Natty:
Report link

I finally found out.

Native modules aren't the same in and out the venv. In that case, cryptography is native to Python out the venv but not in. Since we are in the venv, try a pip install cryptography works, and if we retry the Nuitka command, the imports work correctly, and the excusion of the .bin created too, even in an environment without Python or cryptography.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27749118