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..!
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.
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.
Krydos Posted October 13, 2022 Posted October 13, 2022 The Python module dnspython has been installed as well. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now