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

AttributeError: module 'httpcore' has no attribute 'NetworkBackend' #4

Open
borborich opened this issue Aug 21, 2023 · 0 comments
Open

Comments

@borborich
Copy link

File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/flask_wtf/init.py", line 1, in
from .csrf import CSRFProtect
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/flask_wtf/csrf.py", line 16, in
from wtforms import ValidationError
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/wtforms/init.py", line 1, in
from wtforms import validators
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/wtforms/validators.py", line 7, in
import email_validator
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/email_validator/init.py", line 6, in
import dns.resolver
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dns/resolver.py", line 30, in
import dns._ddr
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dns/_ddr.py", line 12, in
import dns.nameserver
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dns/nameserver.py", line 5, in
import dns.asyncquery
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dns/asyncquery.py", line 38, in
from dns.query import (
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dns/query.py", line 67, in
_CoreNetworkBackend = httpcore.NetworkBackend
AttributeError: module 'httpcore' has no attribute 'NetworkBackend'

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

1 participant