Closed nabla-c0d3 closed 3 years ago
Supporting Apple M1 natively seems unlikely because it would require compiling nassl to the M1/arm64 architecture. By design, nassl depends on an ancient version of OpenSSL (1.0.2e) which will never be updated to support this architecture.
nassl can now be installed via a universal2 wheel, as done in https://github.com/nabla-c0d3/nassl/issues/74
Native support for Apple Silicon is now available, starting with nassl 5.0.1.
Supporting Apple M1 natively seems unlikely because it would require compiling nassl to the M1/arm64 architecture. By design, nassl depends on an ancient version of OpenSSL (1.0.2e) which will never be updated to support this architecture.