Greetings!
First, I apologize if this is the wrong place for this post. Just let me know. Thanks.
I am using MSYS2 UCRT64 environment to run python code under Windows 10/11. The SQLite version that comes with python is 3.47.2. Is there a way to update the library to the latest version (3.49.1)? I can do this in the MSYS2 MSYS (unix like environment) without any problem, but in the UCRT64 environment (which runs Windows applications and python), it breaks the library and I have to reinstall python. If anyone has any idea on what to do (or point me to the right spot), I would greatly appreciate it. Thanks.
josé