/
PyNaCl
PyNaCl
PyNaCl is a Python binding to libsodium
GitHub - pyca/pynacl: Python binding to the Networking and Cryptography (NaCl) library
This page explains how to install the python package for Windows Arm64.
Prerequisite
Visual Studio installation
Vcpkg
Install libsodium
vcpkg install libsodium --triplet arm64-windows
Add libsodium to environment variables
$env:LIB+=";C:\Users\niysai01\Workspace\vcpkg\packages\libsodium_arm64-windows\lib"
$env:INCLUDE+=";C:\Users\niysai01\Workspace\vcpkg\packages\libsodium_arm64-windows\include"
Set environment variables to use installed libsodium
$env:PYNACL_SODIUM_LIBRARY_NAME="sodium"
$env:PYNACL_SODIUM_STATIC="1"
$env:SODIUM_INSTALL="system"
Build with pip
pip install pynacl --no-build-isolation
, multiple selections available,
Related content
Ruby
More like this
MSYS2 GNU Toolchains
MSYS2 GNU Toolchains
More like this
PyTorch on Windows on Arm64
PyTorch on Windows on Arm64
More like this
Audacity
Audacity
More like this
Blender
Blender
More like this
ARM64EC
ARM64EC
More like this