美文网首页
python安装依赖库

python安装依赖库

作者: chic_wx | 来源:发表于2022-07-11 09:28 被阅读0次

先查看pip3指向的python版本
pip3 -V
如果不是python3,可以使用以下命令安装依赖
python3 -m pip install pycryptodome
同理,python2安装依赖库也可以使用
python2 -m pip install pycryptodome

相关文章

网友评论

      本文标题:python安装依赖库

      本文链接:https://www.haomeiwen.com/subject/ezzgbrtx.html