Problem
I would like to use the latest version of the Python SDK on Ubuntu Core.
The problem is, that the library requires en_US.UTF-8 as locale, but on Ubuntu Core the locale is C.UTF-8 and unfortunately it's not editable. The language check was introduced in version 0.13.0.
https://gopro.github.io/OpenGoPro/python_sdk/changelog.html
Describe the solution you'd like
Can you add C.UTF-8 support?