2022年2月11日金曜日

(Python) macOS に cryptography をインストールする方法

(Python) macOS に cryptography をインストールする方法

概要

過去に似たような記事を紹介しました

cryptography 自体を先にインストールすることで解決するケースが多いのでそれだけインストールする方法を紹介します

環境

  • macOS 11.6.3
  • Python 3.10.2

インストール方法

  • brew install openssl@1.1 rust
  • env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix openssl@1.1)/include" pipenv install cryptography

参考サイト

0 件のコメント:

コメントを投稿