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.
答案 0 :(得分:0)
该命令在我的Python 3安装上运行良好。我敢打赌,你指向的拉链需要V3,但你正试图在V2上安装。