python 3.7引用docx操作word文档报错exception 该怎么办?

我的是ubuntu系统
按照网上的其他说法下载了python__docx-0.8.7-py2.py3-none-any.whl
可是在终端上执行命令:pip3 install python_docx-0.8.10-py2.py3-none-any-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
又报错:
Cannot unpack file /tmp/pip-unpack-x4ntu6_w/simple.htm (downloaded from /tmp/pip-req-build-rhoda3ha, content-type: text/html); cannot detect archive format
Cannot determine archive format of /tmp/pip-req-build-rhoda3ha

各路大神帮帮忙阿

python__docx-0.8.7-py2.py3-none-any.whl 文件可能损坏了,导致解压缩失败,重新下载下。

Cannot unpack file /tmp/pip-unpack-x4ntu6_w/simple.htm
从这句看有可能下载失败,解压的不是那个.whl文件,而是下载地址网页的htm文件,请尝试重新下载正确的whl文件