Python相关模块安装

pip3

    Windows

Windows的Python自带pip3

    Kali

sudo apt install python-pip3

gmpy2

    Windows

先安装wheel

pip3 install wheel

然后去Python Extension Packages for Windows - Christoph Gohlke (uci.edu)下载对应的wheel文件

pip3 install wheel文件(绝对路径)

    Kali

pip3 install gmpy2

crypto

    Windows

pip3 install pycryptodome

    Kali

pip3 install pycryptodome
posted @ 2021-07-20 10:26  地狱✟祈祷  阅读(61)  评论(0编辑  收藏  举报