ImportError: No module named xlsxwriter

前端 未结 6 1400
遥遥无期
遥遥无期 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:02

    Here are some easy way to get you up and running with the XlsxWriter module.The first step is to install the XlsxWriter module.The pip installer is the preferred method for installing Python modules from PyPI, the Python Package Index:

    sudo pip install xlsxwriter
    

    Note

    Windows users can omit sudo at the start of the command.

提交回复
热议问题