ImportError: No module named xlsxwriter

前端 未结 6 1401
遥遥无期
遥遥无期 2020-12-06 09:45

I recently downloaded the xlsxwriter version 0.6.4 and installed it on my computer. It correctly added it to my C:\\Python27\\Lib\\site-packages\\xlsxwri

6条回答
  •  一个人的身影
    2020-12-06 10:16

    I installed it by using a wheel file that can be found at this location: https://pypi.org/project/XlsxWriter/#files

    I then ran pip install "XlsxWriter-1.2.8-py2.py3-none-any.whl"

    Processing ./XlsxWriter-1.2.8-py2.py3-none-any.whl
    Installing collected packages: XlsxWriter
    Successfully installed XlsxWriter-1.2.8

提交回复
热议问题