You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, users are unable to run WindowsErrbot due to dependency conflict with cryptography package.
As shown in the following full dependency graph of WindowsErrbot, it directly requires cryptography==1.6,while pyOpenSSL==19.0.0 requires cryptography>=2.3.
According to pip’s “first found wins” installation strategy, cryptography==1.6 is the actually installed version.
However, cryptography==1.6 does not satisfy cryptography>=2.3.
Hi, users are unable to run WindowsErrbot due to dependency conflict with cryptography package.
As shown in the following full dependency graph of WindowsErrbot, it directly requires cryptography==1.6,while pyOpenSSL==19.0.0 requires cryptography>=2.3.
According to pip’s “first found wins” installation strategy, cryptography==1.6 is the actually installed version.
However, cryptography==1.6 does not satisfy cryptography>=2.3.
Dependency tree
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: