嗨,孩子们,
我试图运行一个用python编写的脚本,控制台告诉我如下:
Install the following library to make this script work
Impacket : https://github.com/CoreSecurity/impacket.git
PyCrypto : https://pypi.python.org/pypi/pycrypto问题是我已经在python3中安装了那些python包,所以当我通过pip为这些包发出请求时,我会收到以下消息:
Requirement already satisfied: impacket in /usr/local/lib/python3.8/dist-packages (0.9.17)
Requirement already satisfied: ldap3>=2.5.0 in /usr/lib/python3/dist-packages (from impacket) (2.7)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from impacket) (1.15.0)把剩下的台词都藏起来了,但我的想法是。我知道软件包已经安装在我的系统中,但我不能使用python2.7。
知道怎么解决这个问题吗?
发布于 2021-01-01 15:55:04
https://stackoverflow.com/questions/65195747
复制相似问题