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
Similar to mailgun/flanker#20 the exact version pins in dnsq make it impossible to use current versions of its dependencies, leading to errors like this:
Getting distribution for 'expiringdict==1.1.2'.
warning: manifest_maker: MANIFEST.in, line 1: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
Got expiringdict 1.1.2.
While:
Installing test.
Error: There is a version conflict.
We already have: expiringdict 1.1.2
but dnsq 1.1.2 requires 'expiringdict==1.1'.
The text was updated successfully, but these errors were encountered:
Similar to mailgun/flanker#20 the exact version pins in dnsq make it impossible to use current versions of its dependencies, leading to errors like this:
The text was updated successfully, but these errors were encountered: