You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed latest version of pip and python-docx on my mac, however, docx module isn't listed in the lib --> site-packages folder. Would someone tell me why I can find the that module? When I try to import the docx module in a file, it's not there. I'm using Python 3.7, Pycharm 2018, mac 10.13.4
pip install python-docx --user Collecting python-docx Requirement already satisfied: lxml>=2.3.2 in /Library/Python/2.7/site-packages (from python-docx) (4.2.3) matplotlib 1.3.1 requires nose, which is not installed. matplotlib 1.3.1 requires tornado, which is not installed. Installing collected packages: python-docx Successfully installed python-docx-0.8.6 $ pip --version pip 10.0.1 from /Library/Python/2.7/site-packages/pip (python 2.7)