GustavePate / lycheesync

a command line interface tool to sync lychee with any directory containing photos
108 stars 37 forks source link

Compatibility python3.5 -- need click 6.3 for fix with utf8 encoding #85

Open mederel opened 6 years ago

mederel commented 6 years ago

Hi,

I am using python 3.5 on my debian. And cannot be changed for 3.4. So creating a virtual environment and praying the scripts work. They almost do. The only blocking point is about the click dependency. click 6.2 seems to be incompatible with 3.4. You might want to advertise that click 6.3 is working fine between lycheesync and python3.5 :-)

Have a nice day Emile.

h47e commented 6 years ago

pip install -U --pre click export LC_ALL=C.UTF-8 export LANG=C.UTF-8