我需要阅读并获得.docx中段落的样式(在本例中为强),因此我尝试使用以下方法安装python-docx包(anacondapv3.9和pv2.7)但我得到的错误如下:DEPRECATION: Python 2.7 will reach the/
ERROR: Could not find a version that satisfi
您好,我正在使用mac,并使用pip安装python-docx。我进入C:\Python27\Scripts并运行 pip install python-docx 我想它应该已经安装好了。ImportError: No module named docx" when i checked the modules installed using pip using ```pip list``` python-docx