jbaiter / jpegtran-cffi

Fast, (mostly) lossless JPEG transformations with Python
http://jpegtran-cffi.readthedocs.org
MIT License
145 stars 23 forks source link

Jpegtran pip not working Python3 #14

Closed iamdeit closed 8 years ago

iamdeit commented 8 years ago

I installed Jpegtran using pip install but it gave me the same error shown in this issue https://github.com/jbaiter/jpegtran-cffi/issues/10

I solved the problem installing the package with pip3 install git+https://github.com/jbaiter/jpegtran-cffi.git@master but I dont like to be fetching changes from an active git repository. What can I do?

jbaiter commented 8 years ago

What Python 3 version are you on? I just tried to install from PyPi with 3.5 and it worked like a charm :-/ Are you sure you installed version 0.5.2 from PyPi?

iamdeit commented 8 years ago

That was the problem, we tried using 0.5.1 because we thought that was the latest version available. I tested with 0.5.2 and it's working. Thank you.