python pip错误:pip的依赖解析程序当前没有考虑到所有安装的软件包

ivqmmu1c  于 2023-02-21  发布在  Python
关注(0)|答案(1)|浏览(379)

我刚刚使用pip3 install maigret安装了一个软件包
我安装了另一件事使用pip3安装,但同样的错误

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
crackmapexec 5.2.2 requires bs4<0.0.2,>=0.0.1, which is not installed. 
crackmapexec 5.2.2 requires impacket<0.10.0,>=0.9.23, but you have impacket 0.10.0 which is incompatible.                                  
crackmapexec 5.2.2 requires neo4j<5.0.0,>=4.1.1, but you have neo4j 1.7.0.dev0 which is incompatible.
crackmapexec 5.2.2 requires pylnk3<0.4.0,>=0.3.0, but you have pylnk3 0.4.2 which is incompatible.
nr9pn0ug

nr9pn0ug1#

您可以尝试使用以下:-
pip安装--使用-功能=2020-解析器

相关问题