rarahim Posted October 12, 2022 Posted October 12, 2022 Hi, Please install these modules for Python 3.10. requests bson pymongo bs4 (BeautifulSoup) Many thanks..! Quote
Krydos Posted October 12, 2022 Posted October 12, 2022 4 hours ago, rarahim said: requests Already installed. 4 hours ago, rarahim said: bson pymongo bs4 (BeautifulSoup Installed. Quote
rarahim Posted October 13, 2022 Author Posted October 13, 2022 Hi.. 6 hours ago, Krydos said: Installed All looks good except for pymongo which seems to require an extra option: Error connecting to database. The "dnspython" module must be installed to use mongodb+srv:// URIs. To fix this error install pymongo with the srv extra: /usr/bin/python3.10 -m pip install "pymongo[srv]" Sorry for not being more precise earlier... thanks. Quote
Krydos Posted October 13, 2022 Posted October 13, 2022 The Python module dnspython has been installed as well. 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.