Hi, users are unable to run adminset due to dependency conflict with pyasn1 package. As shown in the following full dependency graph of adminset, adminset requires pyasn1==0.4.1,while pyasn1-modules==0.2.6 requires pyasn1>=0.4.6,<0.5.0.
According to pip’s “first found wins” installation strategy, pyasn1==0.4.1 is the actually installed version. However, pyasn1==0.4.1 does not satisfy pyasn1>=0.4.6,<0.5.0.
Hi, users are unable to run adminset due to dependency conflict with pyasn1 package. As shown in the following full dependency graph of adminset, adminset requires pyasn1==0.4.1,while pyasn1-modules==0.2.6 requires pyasn1>=0.4.6,<0.5.0.
According to pip’s “first found wins” installation strategy, pyasn1==0.4.1 is the actually installed version. However, pyasn1==0.4.1 does not satisfy pyasn1>=0.4.6,<0.5.0.
Dependency tree-------
Thanks for your help. Best, Neolith