ndbeals / keep-exporter

A command line utility to export Google Keep notes to markdown.
https://pypi.org/project/keep-exporter/
BSD 3-Clause "New" or "Revised" License
96 stars 1 forks source link

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 450: character maps to <undefined> #27

Closed chaoscreater closed 1 year ago

chaoscreater commented 1 year ago

Seems like this doesn't work with Python 3.9.

image

chaoscreater commented 1 year ago

Never mind, I got it working. Had to remove all the virtualenv created by poetry and re-do everything from scratch. Tested working with Python 3.9. Seems like it's broken on 3.7.

ndbeals commented 1 year ago

Thanks for the heads up, It seems like I'll need to update the dependencies