"SyntaxError: invalid syntax" in method 'convert' (pip) #32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By Romiras on 2017-01-28T15:40:19.227Z
Installed package with "sudo pip install img2pdf" on Ubuntu 14.04.
It looks like used Python version 2.7 instead of Python3. I'm not Python developer.
By Romiras on 2017-01-28T15:54:27.116Z
Status changed to closed
By Romiras on 2017-01-28T15:54:27.325Z
I should have been used "sudo pip3 install img2pdf" instead. Sorry!
By josch on 2017-01-28T17:59:22.409Z
No problem. I see the README still talks about
pip
instead ofpip3
. That's probably where your troubles came from?By Romiras on 2017-01-28T18:02:37.410Z
@josch sure. Documentation should be clear about this.
By josch on 2017-01-28T18:09:49.212Z
Fixed in commit
45cea44f
.