[Solved] why python-docx is not found in
[ad_1] Since you did not post your error that you are getting with pip, I can only comment on the conda install problem. python-docx is not available from the default channels, but from conda-forge. So use this to install: conda install -c conda-forge python-docx [ad_2] solved why python-docx is not found in