karvp Posted April 10 Posted April 10 I’m currently working with python3.10 and need some libraries, but then I found that I couldn't install these modules. Please help me. requests==2.31.0 python-docx==1.1.0 beautifulsoup4==4.12.3 Thanks in advance.
wolstech Posted April 10 Posted April 10 Requests and beautifulsoup4 are already present but older versions (whether we can update without breaking other users, I don't know), and python-docx needs to be installed. Krydos can do this. 1
Krydos Posted April 10 Posted April 10 The module python-docx has been installed on Johnny's Python 3.10. You can see the current list of installed modules and their versions at https://krydos2.heliohost.org/pyinfo/info3.10.py 1
Recommended Posts