Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mederel opened this issue Jun 28, 2018 · 1 comment
Open

Comments

@mederel
Copy link

mederel commented Jun 28, 2018

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
Copy link

h47e commented Aug 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants