Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evenlet 0.33.1/dnspyton 2.4.2 import error #956

Open
makefool163 opened this issue Apr 18, 2024 · 1 comment
Open

evenlet 0.33.1/dnspyton 2.4.2 import error #956

makefool163 opened this issue Apr 18, 2024 · 1 comment

Comments

@makefool163
Copy link

import eventlet

File ~\anaconda3\lib\site-packages\dns\zone.py:756, in Zone()
751 if self.get_rdataset(name, dns.rdatatype.NS) is None:
752 raise NoNS
754 def get_soa(
755 self, txn: Optional[dns.transaction.Transaction] = None
--> 756 ) -> dns.rdtypes.ANY.SOA.SOA:
757 """Get the zone SOA rdata.
758
759 Raises dns.zone.NoSOA if there is no SOA RRset.
760
761 Returns a dns.rdtypes.ANY.SOA.SOA Rdata.
762 """
763 if self.relativize:

AttributeError: module 'dns.rdtypes' has no attribute 'ANY'

@4383
Copy link
Member

4383 commented Apr 23, 2024

Eventlet 0.33.1 is an old and unsupported version of Eventlet, please can you check if you still reproduce the issue with a more recent version of Eventlet, by example with 0.36.1.

Thanks in advance for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants