Pyexcel_xlsx successfully installed but importing is still on syntax error

时间:2017-04-10 02:18:30

标签: python bash github

I'm making a web application and it manipulates spreadsheet files, but when I import this pyexcel library, it gets a syntax error. But I successfully installed it. Any ideas how to fix this? Really need your help.

I installed pyexcel_xlsx by running this in a bash console:

pip2.7 install --user https://github.com/pyexcel/pyexcel-xlsx/archive/master.zip

im using Pythonanywhere.

1 个答案:

答案 0 :(得分:0)

该命令在我的Python 3安装上运行良好。我敢打赌,你指向的拉链需要V3,但你正试图在V2上安装。