Following this tutorial # How To Install And Configure pgAdmin 4 in Server Mode on Ubuntu 22.04 but when I try to run the pgadmin setup script (python my_env/lib/python3.10/site-packages/pgadmin4/setup.py
) I get an error:
File "/home/durc/environments/illy/lib/python3.10/site-packages/dns/zone.py", line 757, in Zone ) -> dns.rdtypes.ANY.SOA.SOA: AttributeError: module 'dns.rdtypes' has no attribute 'ANY'
Any and all help/advice is welcomed.
Dave
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @davet
This seems to be a known issue with
eventlet
https://github.com/eventlet/eventlet/issues/781#ref-pullrequest-1533981549
The following workaround has been mentioned :
Also upgrading
eventlet
to latest version seems to resolves the issue and the workaround is no longer needed.Regards