xlwings with python 3.5 on Windows

前端 未结 2 1720
无人共我
无人共我 2021-01-24 17:42

I have been stuck for some time. My configuration is: python 3.5, xlwings 0.5.0 and Windows 7. I get the following traceback while trying

2条回答
  •  甜味超标
    2021-01-24 18:42

    At the moment, your only easy option to install pywin32 on Python 3.5 is to use the Anaconda distribution. The official binaries from sourceforge don't seem to work with Python 3.5. Also, there are no unofficial binaries yet.

提交回复
热议问题