rigoletto@
Developer
			
		Hello!
I am using deskutils/py-vdirsyncer to synchronize CardDAV stuff and it works well from command line, but I get those error when I run it (
	
	
	
		
Thanks!
				
			I am using deskutils/py-vdirsyncer to synchronize CardDAV stuff and it works well from command line, but I get those error when I run it (
 vdirsyncer sync ) from a cron(8) job. Should I set something?
		Python:
	
	Traceback (most recent call last):
  File "/usr/local/bin/vdirsyncer", line 11, in <module>
    load_entry_point('vdirsyncer==0.16.3', 'console_scripts', 'vdirsyncer')()
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 676, in main
    _verify_python3_env()
  File "/usr/local/lib/python3.6/site-packages/click/_unicodefun.py", line 118, in
+_verify_python3_env
    'for mitigation steps.' + extra)
RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as
+encoding for the environment.  Consult http://click.pocoo.org/python3/for mitigation steps.
	Thanks!
			    