skuid87
skuid87
I ran into the same problem and the solution was to define utf8 for how python encodes those characters in the crontab. E.g: ``` PYTHONIOENCODING=utf8 * * * * *...
I still think there is value is creating dynamic collections, especially if they can be shared with your friends etc. Mainly because you don't want the 'Libraries' view to become...
I'm having the same issues running python 3.7.5
Resolution for me was to run the script using python3.6