ALife-Newsletter / Newsletter

Task management & content backup for ALife Newsletter
https://alife.org/category/newsletter/
3 stars 2 forks source link

sys.setdefaultencoding() is not valid for newer versions of python #10

Closed caranha closed 1 year ago

caranha commented 2 years ago

The above command does not work for python > 3.4, so we should probably find an alternative way to fix that.

Is the CI running on python 2?

mitsuyoshi-yamazaki commented 2 years ago

I removed the function in the pull request above. Please close this if you don't have any other problems about Python version.

caranha commented 1 year ago

Ah, I forgot about this comment. So the code runs correctly on newer python versions? (no time to check right now)

mitsuyoshi-yamazaki commented 1 year ago

yes, once you install pyenv, it automatically reads the specified python version

https://github.com/ALife-Newsletter/Newsletter/pull/11