I want to try import pymongo via JupyterLab but i have received an error message
and tried uninstall pymongo, httpx, httpcore and again install them but not work.
how can i solve this problem, please help me.
Thank you for interest.
let me show you that message:
import yfinance as yf
from pymongo import MongoClient
---------------------------------------------------------------------------
.......
.....
....
~\anaconda3\lib\site-packages\dns\query.py in <module>
65 import httpx
66
---> 67 _CoreNetworkBackend = httpcore.NetworkBackend
68 _CoreSyncStream = httpcore._backends.sync.SyncStream
69
AttributeError: module 'httpcore' has no attribute 'NetworkBackend'